Data disappearing in bound form

E

ersouthard

I have a data entry form that is bound to a table. I have the Data Entry
property set to Yes so that the person entering data can't move through all
of the records. Some of the fields in this form pull data in from another
form that the data entry person has already entered (year, week number,
month, etc). These fields have the Enabled property set to No and the Locked
property set to Yes so that the information can't be changed accidentally.
Here is my issue. When the form is open and you move the mouse wheel or
press the Page Down key, the information pulled from the other form
disappears. How can I prevent this from happening? Thanks!
 
J

John W. Vinson

I have a data entry form that is bound to a table. I have the Data Entry
property set to Yes so that the person entering data can't move through all
of the records. Some of the fields in this form pull data in from another
form that the data entry person has already entered (year, week number,
month, etc). These fields have the Enabled property set to No and the Locked
property set to Yes so that the information can't be changed accidentally.
Here is my issue. When the form is open and you move the mouse wheel or
press the Page Down key, the information pulled from the other form
disappears. How can I prevent this from happening? Thanks!

Since the data is *not* in the other form but rather in a Table somewhere, I'd
just use DLookUp to retrieve the data from that table.
 
E

ersouthard

I tried that but it still doesn't prevent me from moving the record with the
wheel or the page down key. :(

I appreciate the response.
 
R

Rick Brandt

I tried that but it still doesn't prevent me from moving the record with
the wheel or the page down key. :(

I appreciate the response.

As for the scroll-wheel Stephen Lebans has a utility DLL that can make
that not cause record navigation.

As for the page keys, that falls into the category of "Doctor, it hurts
when I do this...".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top