Filter Report based on Multi-Select Listbox

bstboy

Registered User.
Local time
Yesterday, 19:12
Joined
Sep 14, 2011
Messages
23
Forgive me, I don't know much code and looking for some help. Access 2007 WXP user.

As the title says.

Listbox is called Brandlist
Command Button is called Command12
Report is called Inventory$Crosstab

Field which will be the filter is called [Brand]

I've tried other codes posted on other forums and I keep getting a syntax error in which I wouldn't know what to do, probably because the codes I've looked at are for older versions of Access.

Any help is appreciated.
 
The source of the report is a crosstab query
 
Post your SQL statement for your crosstab query. Does your listbox query contain more than one field. ie. an ID field and a description field? If so, are you referencing the ID field in the crosstab query?
 

Users who are viewing this thread

Back
Top Bottom