Form doesn't show data existing in table.

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

Guest

After entering some data into my table, I revised the table and created a new
form. Although there are 24 records in the table, they don't show up on the
form -- in any view. And, the form is bound to the table.
 
Is the form's "data entry" property set to "yes"?

Is the form bound to the table or to a query? (In most cases, you'd tie it
to a query) If a query, does that query show any results?

Rick B
 
BertaHill said:
After entering some data into my table, I revised the table and created a new
form. Although there are 24 records in the table, they don't show up on the
form -- in any view. And, the form is bound to the table.

Make sure that the form's Data Entry property is set to "No".
 
Back
Top