I can't see my form.

J

Jocelyn

I created a new form using a query. I can see it in design view, but I can't
see it in form view... I get a blank screen. Any advice as to what might be
causing this would be greatly appreciated it.
 
M

missinglinq via AccessMonster.com

A blank form (I assume yuo mean you don't even see the textboxes) means that
your RecordSource is not returning any records! You need to check your query
and see what's going on with it. Run the query and see if it returns any
records. If not, go into the Query Grid and try to figure out why it's not.
 
Top