Using a multi-select list box to filter a union query (Access 2010)

LikeADuck

New member
Local time
Today, 19:54
Joined
Jun 22, 2016
Messages
2
Hi Everyone,

I know this question has been asked hundreds of times, but I need it explained to me like I'm a 5 year-old (I'm so sorry)!

I have a union query set up to run from a button on a form, and I'd like to filter the results down based on a user making multiple selections (from a field called SBU in a table called PROJECT DATA) in a list box before hitting the Run button.

I understand that using a multi-select list box produces a null value, and that I have to write a bit of code to gather sensible input for a query parameter. I just can't figure out how to do it and would be so grateful for any help that anyone can provide to enable me to get my head around it.

button (BtnRun)
union query (QryBURNDOWN1)
form (FrmBURNDOWN2 Srch)
list box (LstPROJECT_DATA_UNBOUND_SBU)

This is me right now --> :banghead:
 

Users who are viewing this thread

Back
Top Bottom