Entered Data Disappears from Form

G

Guest

I have a form w/ a text box based on a field in a table. My intent was for
the user to enter data into the form and have it go into the table. When I
tab out of the text box, the entered data disappears off the form. However,
when I check the table, the data is in there. Also, if I switch the form to
design view and then back, the data re-appears. Any ideas how to keep the
data visible?
 
G

Guest

I think I would check the properties - make sure its set as always visible
and or check the format justification.
 
G

Guest

It's set to visible, display when = always, format is a general number with
decimal places set to auto.
 
R

Rick Brandt

Mus said:
It's set to visible, display when = always, format is a general
number with decimal places set to auto.

If you have a single TextBox and nothing else then tabbing out of it is likely
taking you to a new record. You should be able to tell this by looking at the
navigation button area record number. If that number increases by ine when you
tab out then that is what is happening.

You can set the Cycle property of the form to Current Record to stop that
behavior.
 
G

Guest

Thanks! That worked. I had the nav. buttons turned off because I only
wanted the user to work w/ the current record.
 

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