Timberwolf
Registered User.
- Local time
- Today, 20:52
- Joined
- Dec 15, 2000
- Messages
- 33
I've created an OpenReport action in a macro, which I want to use to print a report for only the current record in a form. My where condition for the action is:
[ClaimantID]=[Forms]![ClaimantsInput]![ClaimantID]
But when I click the button in the report, I get an "Enter Parameter Value" window asking for Forms!ClaimantsInput!ClaimantID. So I manually type in the ClaimantID for the current record in the form, and the report prints.
There are no other actions in the macro.
What am I doing wrong? Thanks.
[ClaimantID]=[Forms]![ClaimantsInput]![ClaimantID]
But when I click the button in the report, I get an "Enter Parameter Value" window asking for Forms!ClaimantsInput!ClaimantID. So I manually type in the ClaimantID for the current record in the form, and the report prints.
There are no other actions in the macro.
What am I doing wrong? Thanks.