G
Graham
Hi
I have a Report who's data source is a query which requires a manager's name
to be entered.
I am using the code below to run the report
stDocName = "rptTimes"
DoCmd.OpenReport stDocName, acViewNormal
What do I need to enter to insert the value in to the query.
Thanks in advance for any help
Graham
I have a Report who's data source is a query which requires a manager's name
to be entered.
I am using the code below to run the report
stDocName = "rptTimes"
DoCmd.OpenReport stDocName, acViewNormal
What do I need to enter to insert the value in to the query.
Thanks in advance for any help
Graham