Criteria for a query

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

Guest

I want to know how I can add information into a form, have it passed as the
criteria for a query to be run when I hit a command button, and then be
displayed in a report. I know this is a tall order, but I will take anything
that can get me started
 
mkellen494 said:
I want to know how I can add information into a form, have it passed as the
criteria for a query to be run when I hit a command button, and then be
displayed in a report. I know this is a tall order, but I will take anything
that can get me started


Modify the command button's code to use the WhereCondition
argument on the OpenReport method.
 

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