Query results to form with no records

  • Thread starter Thread starter PsyberFox
  • Start date Start date
P

PsyberFox

Hi there,

I have an input form that passes information to a query, which then in turn
passes that extracted information to another form. This form has command
buttons e.g. main menu, etc on it. However, when the input parameters produce
no records (i.e. where data is selected which has not been updated yet and
therefore do not exist), the command buttons don't even show on screen. Just
a blank form appears. How can I fix this and have only the command buttons
appear on a blank form?
 
With your form in design mode, click on view and turn on (if not already on)
the form header and footer. Put your command buttons in the form header or
form footer area.
 
Blud-e marvelous, thank you!

Dennis said:
With your form in design mode, click on view and turn on (if not already on)
the form header and footer. Put your command buttons in the form header or
form footer area.
 
Back
Top