form with no records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that is bounded to a union query and when there is no records
to display, all of the contorls (buttons, text boxes, list boxes, lables)
disappear. Does anyone know why its doing this and how it can be fixed?
 
That is correct. When no records exist, that is what you will see on the
form.
 
If there are no records there is noting you can do but not opening the form.
'before running the openform command check if you have records in the query,
if no then give a message and dont open the form.
 

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

Back
Top