Search:

Type: Posts; User: FH123456; Keyword(s):

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    334

    Re: One to Many Conundrum (2002)

    Thanks Mark.
    I actually used tblVendor->tblServices-Categories->tblServices (One-to-Many, One-to-many) this arrangement essenturaly creates a list of categories with the services for that category....
  2. Replies
    8
    Views
    421

    Re: Where's the Focus? (2002)

    Thanks Mark I'll try it.
    Frank
  3. Replies
    8
    Views
    421

    Re: Where's the Focus? (2002)

    Thanks Mark I'll try it.
  4. Replies
    1
    Views
    236

    Query Sum (2002)

    I have two queries: 99865-qryChartOfAccounts and 99870-qryChartOfAccounts-Items.
    These are from two tables tblChartOfAccounts and tblChartOfAccounts-Items joined one-to-many....
  5. Replies
    4
    Views
    275

    Works Now!

    Your requery method was spot on.

    Forms![60300-frmJobCost-MainForm]![65100-frmSales-MainForm]![65500-frmSalesInvoice]![lstSalesInvoices].Requery

    Frank <img src=/S/bouncenburn.gif border=0...
  6. Replies
    4
    Views
    275

    Re: List Box Refresh? (2002)

    Yes but it was very sloppy as it selected the list box way down through the subforms and did not look good as the form blinked each time lstvendors was selected.
    Frank
  7. Replies
    4
    Views
    275

    List Box Refresh? (2002)

    I have a main form frmVendors
    A tab control TabVendor with two tabs: Vendors and Services.
    On the second tab I have a subform:25100-frmServices-MainForm-Tab.
    Within this subform is another tab...
  8. Replies
    2
    Views
    204

    Re: New Record Error (2002)

    Has each subform been linked correctly to its parent by setting the master and child link fields?
    ===========================================================================
    Yes...
  9. Replies
    8
    Views
    421

    Re: Where's the Focus? (2002)

    Both
  10. Replies
    2
    Views
    204

    New Record Error (2002)

    I have a series of subforms and tabcontrols on the last subform When I try to create a new record I get an error when I enter data in the companyname control but then when I click on the dialog box I...
  11. Works great!

    Well thanks Charlotte and David.
    The code worked perfectly and went to the exact control I needed it too on the other subform!
    Private Sub GI_Exit(Cancel As Integer)...
  12. Replies
    6
    Views
    321

    That works!

    I provided a quit button but have been using the forms close button, I sulute you on your astute grasp of the form events sequence-I was not thinking of that and just thought the form just closes....
  13. How to exit out of a Subform into another? (2002)

    I have two subforms on a tabform.
    When I tab from various controls and then in the job subform and tab down to the last control, it does not tab into the other subform. How do I get out of this...
  14. Replies
    6
    Views
    321

    Re: Clear Contrents Of a Control (2002)

    Private Sub Form_Close()
    Password = Null
    End Sub
    I get a runtime error that says I can't assign a value to this object.
    Frank
  15. Replies
    6
    Views
    321

    Re: Clear Contrents Of a Control (2002)

    Hi Hans,
    I have a field I use for a password and want to clear the password everytime the form and database is closed.
    Frank
  16. Replies
    6
    Views
    321

    Clear Contrents Of a Control (2002)

    When I use a maco go to control password, run command delete. I get any error message that the control is not selected. humm.. how could that be? I just want to clear the password with I close the...
  17. Replies
    1
    Views
    201

    Re: Text Format to Password Format? (2002)

    Imput mask-(Password Format) forgot all about that one.
    Frank <img src=/S/blush.gif border=0 alt=blush width=15 height=15>
  18. Replies
    1
    Views
    201

    Text Format to Password Format? (2002)

    I thought I saw once a textbox that mimics a password control-here asterisks replace text.
    Any Ideas?
    Frank <img src=/S/shrug.gif border=0 alt=shrug width=39 height=15>
  19. Replies
    5
    Views
    249

    Re: How secure is my database? (2002)

    Hi Mark,
    I tried previously to post a screen shot and I got an error of "internal server error."
    The app now is about 6 meg,
    If you can just imagine it. It opens with a switchboard that when...
  20. Replies
    5
    Views
    249

    How secure is my database? (2002)

    Well, I think I finally have my database secure from prying eyes. I deselected all the startup options so the user has to go to the splash screen switchboard and can't open up the database window or...
  21. Replies
    8
    Views
    421

    Where's the Focus? (2002)

    Is there an easy way to find what has the focus. (Sometimes there is no cursor)
    I'm having problems transversing through forms and knowing where the focus is-especially when a new record is created...
  22. Replies
    3
    Views
    200

    Re: Deployment of Database 1 per CPU (2002)

    Thanks Charlotte and Rupert,
    I think that's what I'm going have to do-The shareware program mentioned by Rupert looks interesting-Thanks Frank
  23. Re: Trouble installing MSDE (Office 2000 Sr1a)

    You might check the registry.
    I've had similiar problems when reinstalling programs and had to track down the offending entry that stayed there and did not let me reinstall the program.
    Frank
  24. Replies
    3
    Views
    200

    Deployment of Database 1 per CPU (2002)

    Is there anyway to limit i copy per CPU.
    I'm going to install a beta version of my app on my clients' computer but not give her the disks.
    She indicated she was going to copy it and distribute it...
  25. Replies
    6
    Views
    334

    Re: One to Many Conundrum (2002)

    You hit it on the head. Yes it is a price list or several prices lists that is vendor specific.
    lstVendors pulls up the first price list for the vendor and lstServices-Categories on this subform...
Results 1 to 25 of 184
Page 1 of 8 1 2 3 4