Tab Control Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form (Disbursement table) with a drop down to select a record id
number (sales records table). When the drop down is used, I have a subform
list for viewing related data from the sales record table related to the
record ID. I then have the user tab to another box on the main form to enter
new data into Disbursements. My problem is when the user hits Tab to leave
the dropdown, the number changes on exit to a record other than that
originally selected. I've checked for events that might cause this, but can't
see any. Any suggestions? Thanks.
 
It may be a corrupted control. Try deleting the control and creating a new
one on the form.
 
Back
Top