Criteria for a query

M

mkellen494

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
 
M

Marshall Barton

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