forms queries

  • Thread starter Thread starter elima
  • Start date Start date
E

elima

Hi, I need to create a form which has a button when the user clicks on the
button it generates a query and produces a report from info in different
tables. I do not know even where to begin, can someone help me? Thank you
 
You don't need to run any queries.
Create the reports you want to run. In your report you identify which
tables and or queries you want to combine to create a recordset for the
report. Then you run the report or reports from a form.

So, start by creating your first report. Then post back for more info.
 
Back
Top