Form not displaying fields when query empty

L

lordy16

Hey All,

I have an issue with a query-based form. The query has a parameter in it,
and my issue is that when the query returns with an empty dataset, the form
doesn't display at all, only the Form header displays but everything in the
detail section of my form is gone, including all the buttons etc.

Is this an issue with access or something easily fixed? i would have
expected it to just display a blank form. is there a way i can check if the
query is going to be empty and display an alert or something of the sort?

Cheers

Chris
 
G

Golfinray

If it because of nulls in the query, put Is Not Null in the query criteria
that is producing the blanks.
 

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

Top