G
Gntlhnds
I have a report called Alphabetical Contact Listing with a source table named
Contacts. I would like to create a form that has an option group to filter
that report. The options I would like are:
-Show All
-Show SNCO & Above
-Show Officers
-Show E5 & below
-Custom Rank (Which when selected enables a list box of all available ranks
in the table and I would like the user to be able to select more than one
rank using Ctrl-Click)
-Check-In Date (Which again enables a list box showing available months and
years from a date field which is formatted 6/1/2007 with ability to select
more than one selection)
Once the user presses the Preview Report button, I would like another form
to open up with a Combo box of available fields in the report to sort the
report by (i.e. LastName, CheckInDate, Rank). I looked at the example Sales
Reports Dialog in the Northwinds Database, but it uses an option group based
on several reports already created. I have only one report and want the
option group to filter that report. I don't have any queries created yet
because I've seen examples in the various newsgroups that show queries
written in the code, but I'm still new at this and don't know how to go about
doing that. I know this is asking a lot.
Contacts. I would like to create a form that has an option group to filter
that report. The options I would like are:
-Show All
-Show SNCO & Above
-Show Officers
-Show E5 & below
-Custom Rank (Which when selected enables a list box of all available ranks
in the table and I would like the user to be able to select more than one
rank using Ctrl-Click)
-Check-In Date (Which again enables a list box showing available months and
years from a date field which is formatted 6/1/2007 with ability to select
more than one selection)
Once the user presses the Preview Report button, I would like another form
to open up with a Combo box of available fields in the report to sort the
report by (i.e. LastName, CheckInDate, Rank). I looked at the example Sales
Reports Dialog in the Northwinds Database, but it uses an option group based
on several reports already created. I have only one report and want the
option group to filter that report. I don't have any queries created yet
because I've seen examples in the various newsgroups that show queries
written in the code, but I'm still new at this and don't know how to go about
doing that. I know this is asking a lot.