Search results

  1. C

    Updating 3 tables from 1 form

    Hello Again Folks, Is there any way to control the nagivation controls on a form if you make the form using the wizard? I'm still not having any luck with the increments! Thanks, Colin
  2. C

    Updating 3 tables from 1 form

    Thanks Pat, but I don't really want to use Autonumber because of the increments that you get with errors. My ID number is equal to the number of records in the table. Fizzo &Wayne I have searched for info and found some...however I still can't get it to work! I'm using the following code...
  3. C

    Updating 3 tables from 1 form

    Hi Fizzio, I took your advice and used a query to load the form. I have now what I need. I also can update the 3 tables through this form. Thanks again. One more question if I may. I have 28,000 records and will be adding another 12,000. The ID number (say user id) is in numerical...
  4. C

    Updating 3 tables from 1 form

    Thanks Ian Mac & Brian, I'll play around with it. My big problem is that this is the first time I've used Access on its own. I have written three projects in VB and C++ and used Access as storage. I think I'll create a button to clear the form so user can stay on the same form and then create...
  5. C

    Updating 3 tables from 1 form

    Hi Folks, I am having a problem. I have 3 tables linked by User ID. I have made a form using the wizard (it only allowed two tables so I made the third one a sub). I can view all the details on this form using the nagivation control. My question is this: Can I add new records using this...
Back
Top Bottom