Help form Blank

  • Thread starter Thread starter LG
  • Start date Start date
L

LG

I currently have a few forms all set to the switchboard. They all worked
yesterday and today when they pull them up they are blank. The form still
exists and I can go in design view. Any ideas why they would be blank? It
is only the 2 forms that link to the same table. The other forms to the
other tables are working.
Thanks
 
I currently have a few forms all set to the switchboard. They all worked
yesterday and today when they pull them up they are blank. The form still
exists and I can go in design view. Any ideas why they would be blank? It
is only the 2 forms that link to the same table. The other forms to the
other tables are working.
Thanks

The "blank form" symptom suggests that two things are true:

1. The Form's Recordsource query returns no records, so you don't see any
existing data.
2. The Recordsource is not updateable, so you don't see the new blank record
either.

If this has happened suddenly, it's very likely that your database has become
corrupted. See
http://www.granite.ab.ca/access/corruptmdbs.htm
for some symptoms and cures.

Or you may have changed something in the query upon which the form is based,
or the table itself has become read-only somehow. Can you open the table as a
datasheet, and does it have the *> "new record" line at the bottom?
 

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

Similar Threads

Build search function in to a form 5
Blank Form 4
Form 1
Access Switchboard error message 1
blank form 4
Form Event 2
switchboard question 3
Problem opening Forms 2

Back
Top