Blank Form When Parameter Query Set

  • Thread starter Dexter Crawford
  • Start date
D

Dexter Crawford

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?
 
V

Van T. Dinh

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).
 
Top