Results 1 to 2 of 2
  1. #1
    corystemp is offline Novice
    Windows Vista Access 2007
    Join Date
    Mar 2009
    Location
    Kennewick,Wa
    Posts
    14

    Exclamation Form Data Entry Problem?


    I have designed a form for a safety training database. The form has multiple tabs for information. One for employees personal info, one for company provided training, one for outside training and another for drug screens. I am trying to link the forms so that when I enter info in the first employee info tab then click to the next tabs it knows i'm still on the same person. For some reason when i do this it enters the info in each tab as a new person with a new employee id number. How do i get access to recognize that all the info should stay with the one ID number. The weird thing is, if I enter the employee info then close the form and repon it and go to the next tab it knows its for that person. PLEASE HELP!!

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    The data entered has not been saved to the table yet. Maybe saving the record when you switch tabs will work for you. In the TabCtl Change event put:
    If Me.Dirty Then Me.Dirty = False
    ...and see what happens.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 03-24-2009, 09:07 PM
  2. Report Detail Entry Selection Problem
    By Joe in forum Reports
    Replies: 0
    Last Post: 02-02-2009, 06:55 PM
  3. Automatic Data Entry on a Specific Date
    By alanbrai in forum Programming
    Replies: 2
    Last Post: 11-14-2007, 05:15 PM
  4. Data Entry And Data Recalling
    By GeeDee in forum Access
    Replies: 0
    Last Post: 05-01-2007, 05:20 AM
  5. Run report or sub form during data entry
    By wasim_sono in forum Programming
    Replies: 0
    Last Post: 03-09-2006, 05:40 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums