Open Report based on values in Form

rkm2

New member
Local time
Today, 01:56
Joined
Nov 10, 2007
Messages
4
I currently have a form "UserSearchForm" which allows a user to select values from several different unbound combo boxes in the header section and press a search command which filters the list in the detail section.

I want to be able to create a button which previes a LabelsReport based on the filtered list in the form. Any thoughts?
 
Well, u can build a query for yr report based on the recordset of the form, then open the query with your combo's selected values as arguments in the Where clause.

HTH
Premy
 

Users who are viewing this thread

Back
Top Bottom