Blank Form When Parameter Query Set

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

Guest

When I set a query to request a parameter from a form and run the query, it brings up a dialog box asking for the parameter, and when I check the form which has the parameter I want to enter, it is totally blank (unless viewed in design view).
Anybody knows what this is?
 
Do you mean the Detail Section of the Form is blank and
you don't even see the Controls?

If that the case, it sounds like your Form is bound to a
RecordSource and the RecordSource does not have any row
returned.

Normally, my frmParameter is unbound with (unbound)
Controls that user can enter the Parameter values.

HTH
Van T. Dinh
MVP (Access)


-----Original Message-----
When I set a query to request a parameter from a form and
run the query, it brings up a dialog box asking for the
parameter, and when I check the form which has the
parameter I want to enter, it is totally blank (unless
viewed in design view).
 

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