Creating forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form from a table using the wizard. The table already has
data in it, but when I open the form, it does not show any data. How do I
see all the data previously entered? I did make changes in category names on
the form, does this effect the form itself?
 
jlw said:
I have created a form from a table using the wizard. The table
already has data in it, but when I open the form, it does not show
any data. How do I see all the data previously entered? I did make
changes in category names on the form, does this effect the form
itself?

Did you set the DataEntry property of the form to Yes? If so change that
back to No. DataEntry mode hides existing records.
 
I did not change anything that was already defaulted, but where do I look to
see if this is "yes" or "no"?
 
Did you set the DataEntry property of the form to Yes? If so change that
back to No. DataEntry mode hides existing records.

Yup DataEntry in the forms property settings has to be set to No.
 
jlw said:
I have checked the DataEntry property and it is set to "No".

If you used the wizard (ugh) did you select more than one table? The
resulting query might require records exist in ALL of the tables before you
will see anything in the form?
 
Yes, I used two seperate tables. That is exactly what it is. I have got it
now. Thank you.
 

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

Back
Top