Entering and viewing data

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I created a form from a query. When I enter the date it goes into the tables
but after closing the form I can not view the data in the forms when I reopen
it. How do I view the data in the form after reopening the form?
 
You probably have the form property Data Entry set to Yes. This open the
form with a blank record for entry only, no viewing of data entered earlier.
Change the property to No or copy the form and save with a different name
and property set to No to review records.
 
I took your suggestion and you were correct the Data entry was set to yes
however that did not solve my problem. Any other suggestions?
 
Back
Top