Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with Report Parameters in VBA

Status
Not open for further replies.

Nick34

Technical User
Oct 16, 2003
50
US
Does anyone know how to open a report in VBA when the report requires parameters to be entered before it can be opened? I would like to do this by referencing the parameters in VBA with a variable.

Is this possible.
 
Usually you plug the values you acquired from a form the user has entered data in into the WHERE clause of the DOCMD.OPENREPORT command.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top