U
uk
I am trying to output the results of a query into a report. The query is
dynamically created from a form where the user select some criteria. I can
run the query using docmd.openquery command and get the output as a dataset
(table format). So, I know the query is working. Now, I am trying to output
the results into a report using docmd.openreport command, but I get a blank
report with no data in it. Can anyone help me with this?
dynamically created from a form where the user select some criteria. I can
run the query using docmd.openquery command and get the output as a dataset
(table format). So, I know the query is working. Now, I am trying to output
the results into a report using docmd.openreport command, but I get a blank
report with no data in it. Can anyone help me with this?