Oh heck, VBA...
Is that dead simple, or headache inducing for a simpleton like me?
Alternatively, can I link my report into the table, so that when I filter the table, only the filtered records show in the report?
I've been trying all day to go down this route, by setting the controls in the report according to the format
=[Wedding]![Male's Surname]
where Wedding is the name of the table, and Male's Surname is one of its fields.
But when I preview the report I get an 'Enter Parameter Value' dialog box, requesting a value for 'Wedding'.
Any advice?
Thanks
Main Topics
Browse All Topics





by: TorrwinPosted on 2009-11-03 at 07:09:47ID: 25729651
Yes, it is possible to create a form to prompt the user to choose criteria that filters the report. It does require some VBA coding though, there is no automated way to do it.