My guess is the problem is the form recordsource, which returns no records.
Check the recordsource property of the form in design view, to make sure it
is what you intended it to be.
If the recordsource is a table, check that it does have records. If it is a
query, check the query to make sure it returns records; chances are there is
a criterion due to which no records are selected.
HTH,
Nikos
Yasmin said:
Hi,
When I click the button to change from design view into form view, the