It sounds like this is either a form filter issue, or a query issue. Are you
sure the table is the record source, rather than a query that runs when you
open the form? If it is a query, check to make sure that the query is still
valid... I had a rather strange occurrance happen to me where one minute my
form was perfectly fine and the next it was completely blank; when I checked
the query I was using to get the form data, the entire query's contents had
been deleted somehow. Not the table, but the actual SQL of the query was
completely gone. Once I fixed the query, the form worked fine again.
If the recordsource is in fact a table, try to untoggle the filter. If it's
filtered, you should see a button on your toolbar that looks like a funnel,
and it should be highlighted. Click it and see if your form comes back. You
might have accidentally turned on the form filter at some point without
realizing it, and if you enter something into the form filter and no records
are found for that filter, your form will come up blank.
nbeckany said:
I don't see a filter line. There are two black sideway arrows and I clicked
on both of them and I don't see a filter line. I am at a loss, don't know
what to do to get it back. Also when I have the design view of forms up and
I right click and go to print review it will show what the form looks like.
This puzzles me!
:
Yes, that's right. It sounds like there is a filter of some sort. The only
other thing I might do is right click on the upper left hand corner of the
form (where you see the black sideways arrow), click on properties and click
on the data tab. Do you see anything in the filter line?
Bonnie
http://www.dataplus-svc.com
nbeckany wrote:
Am I answering this correctly--the data source is a table.
What is the data source? Have you made any changes? If the data source is a
query, open it in datasheet view and see ii looks right.
[quoted text clipped - 5 lines]
I have been using this the same way for over two years, now all of a sudden
when I open it is blank! Any ideas?