G
Guest
Hi,
I currently have a form that contains 4 check boxes and a command button
(generate report), one for each field.
name,address,city,country.
When the command button is clicked, i want to open the report and sort by
whatever check box is clicked, ie: DoCmd.OpenReport stDocName, acViewPreview
(then open the report sorted by name field). is there an arguement that can
be entered at the docmd line to tell the report how to open or can a macro do
this
Thanks for help
I currently have a form that contains 4 check boxes and a command button
(generate report), one for each field.
name,address,city,country.
When the command button is clicked, i want to open the report and sort by
whatever check box is clicked, ie: DoCmd.OpenReport stDocName, acViewPreview
(then open the report sorted by name field). is there an arguement that can
be entered at the docmd line to tell the report how to open or can a macro do
this
Thanks for help