switch between records

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I have an employee database with the usual employee information, name
address, phone, wage etc. this information is on one form. with a combo box
dropdown which allows me to search alphabetically and switch between
employees . I have users telling me while editing one employees profile the
form switches names and the edits are done to the wrong employee.

the database has a FE and BE with only a few users, other users use a
different FE which limits what they can see.

I have tried to recreate the problem on my laptop , but cannot. The live
version works over a network, could this be the problem??

any suggestions on how to find or recreate the problem?

thanks
 
On Mon, 3 Nov 2008 19:31:00 -0800, Dan <[email protected]>
wrote:

Make those users submit a DETAILED reproducible scenario.

My guess: you have the form's Cycle property set to All Records and
they are tabbing to a new record.

-Tom.
Microsoft Access MVP
 
Back
Top