Parameter Query-how to do you return to re-enter the parameter?

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

Guest

Help! I have a form that runs a parameter query. You enter an item and the
form displays the information for that item. But if you enter an item that
is not in the table/query, it just displays a blank form, no headings or
anything. How can I make the form display anyway? I have a button on the
form that re-runs the query so they could try again, but it doesn't display.
What am I doing wrong???!!
 
msanewbee said:
Help! I have a form that runs a parameter query. You enter an item and the
form displays the information for that item. But if you enter an item that
is not in the table/query, it just displays a blank form, no headings or
anything. How can I make the form display anyway? I have a button on the
form that re-runs the query so they could try again, but it doesn't display.
What am I doing wrong???!!

Put the re-run button in the form's Form Header section.
 
Back
Top