Need help on keypreview

Noreene Patrick

Registered User.
Local time
Yesterday, 19:58
Joined
Jul 18, 2002
Messages
223
I have a form that employees use to enter the minutes of each order that is being picked. The problem is some employees have found a way to use the back arrow key to look at previous records and sometimes changing the minutes...That causes the employee's minutes to be incorrect and therefore changes their percentages thru the day...

I didnt know that this could happen when I set up the db, but someone usually pecks around and finds a way to cause problems...

How do I keep a previous record from displaying? I checked the forum by searching keypreview and then put in the code on form load event me.keypreview = false. I dont know if that is enough to eliminate problem. Could you help?

Thanks, Noreene
 
Noreene Patrick said:
How do I keep a previous record from displaying? I checked the forum by searching keypreview and then put in the code on form load event me.keypreview = false. I dont know if that is enough to eliminate problem. Could you help?

You can go to Form Properties and under the "Other" tab, set Cycle = Current Record.
 
Thanks, it worked!!!! Did not even know that option was available... I LOVE THIS FORUM!!!

Thanks so much

Noreene
 

Users who are viewing this thread

Back
Top Bottom