Nothing appears on form

BartK

Registered User.
Local time
Today, 12:29
Joined
Jun 7, 2013
Messages
115
Hello everyone,
I am trying to get my main form up and going. I have everything on it the way I want it to appear. However nothing is appearing on the form other than the header when I try to view it. Any suggestions. I have not had this happen before. Thanks for the help.
 
Run your underlying recordsource, see if it has any records.

Check for filters or WHERE clauses that may be eliminating all results. If it's a non-editable query, it'll probably blank the form when it has no results.
 
I don't have any queries setup yet, and there are no records in it yet. Does this made any difference? On my forms i have setup before I have done it manually on the form and not used the form wizzard, which is what I done this time.
 
Check the Recordsource of your form. You may have forgotten to set anything (even a table will work, if the form is simple enough) which would be why nothing is showing up!
 

Users who are viewing this thread

Back
Top Bottom