sdawson
Registered User.
- Local time
- Today, 15:56
- Joined
- Apr 22, 2003
- Messages
- 165
I have a continuous form with a tickbox to select records. A command button then kicks off a print routine to print the selected records. Well, all but the last one selected!
I suspect I need to requery the form's query (or maybe the report query) to capture the last record selected.
I have never got to grips with Docmd.Requery.
Is this my answer?
How do I write the code and which event procedure sould it be on?
Thanks for looking.
I suspect I need to requery the form's query (or maybe the report query) to capture the last record selected.
I have never got to grips with Docmd.Requery.
Is this my answer?
How do I write the code and which event procedure sould it be on?
Thanks for looking.
Last edited: