P
paul.d.barnes
ACCESS 2002
I have a query with the main fields being Region, System1,
System1Comments, System2, System2Comments, System3, System3Comments,
....System6, System6Comments
The user is to previews a report based on two criteria on a form, a
value from the Region and the System. To select the region I'm using,
DoCmd.OpenReport stDocName, acPreview,, "[RegionID]= " &
Me.RegionID & ""
in the first combo box And that works ok, my question is if the user
selects (for example) system2 from the second combo box on the form,
how do I get all records for just Fields System2 and System2Comments to
show up on the report?
I have a query with the main fields being Region, System1,
System1Comments, System2, System2Comments, System3, System3Comments,
....System6, System6Comments
The user is to previews a report based on two criteria on a form, a
value from the Region and the System. To select the region I'm using,
DoCmd.OpenReport stDocName, acPreview,, "[RegionID]= " &
Me.RegionID & ""
in the first combo box And that works ok, my question is if the user
selects (for example) system2 from the second combo box on the form,
how do I get all records for just Fields System2 and System2Comments to
show up on the report?