records disappear from form

Dave888

Registered User.
Local time
Today, 17:11
Joined
Dec 3, 2008
Messages
24
Got kind of a weird issue...
I have 4 different forms in a database. my problem with one form that I just started using recently is that it will post data to the table it's linked to, but if I close and reopen the form the record navigation buttons at the bottom don't show any of the previous records I've entered, yet the data is still in the table. The other three forms/tables work perfectly and will let you navigate through the records previously entered.
I checked the data control source on all the input boxes and they are correct.

Any help on this much appreciated. :)
 
My guess is that either the form's Data Entry property is set to Yes, or it's being opened that way when it's opened by OpenForm (there's an argument for that).
 
BINGO! works now, thanks a million!
 

Users who are viewing this thread

Back
Top Bottom