Display query results on form

  • Thread starter Thread starter Trisha
  • Start date Start date
T

Trisha

I am by no means a programmer but I have been able create a form with a combo
box, an OK buttom & a cancel button. The user select the report name from
the combo box and clicks OK and the query displays in a separate query window.

Is there a way to have the query display at the bottom of the form?

Thanks!
 
Add a subform to your form that is a datasheet view and has the query as its
record source.
 
Back
Top