Form doesn't show data existing in table.

B

BertaHill

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.
 
R

Rick B

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
 
B

Brian

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".
 
Top