GUIDO22
Registered User.
- Local time
- Today, 14:54
- Joined
- Nov 2, 2003
- Messages
- 515
Hello
i have the following DoCmd proc. call :
DoCmd.OpenReport strReportName, PrintMode, , strWhere, , "19000"
[The OpenArgs parameter being "19000"]
In the corresponding Report_Open event I have:
Me.Caption = Me.OpenArgs
But, when I run and inspect in the Report : OpenArgs is Null....?????
Anyone any ideas why this is happening please?
Thank you in advance.
Guido

i have the following DoCmd proc. call :
DoCmd.OpenReport strReportName, PrintMode, , strWhere, , "19000"
[The OpenArgs parameter being "19000"]
In the corresponding Report_Open event I have:
Me.Caption = Me.OpenArgs
But, when I run and inspect in the Report : OpenArgs is Null....?????
Anyone any ideas why this is happening please?
Thank you in advance.
Guido
