M
MS
Hello !
I have a form with a option group with 5 options.
I want to filter records with a priority field in this query.
The field have the value of 1,2,3,4 or 5.
I have tried IIF's VBA , but I cant figure this out !
The table should be filtered like this:
If I choose Option 1 I get all records with 1 in priority field.
If I choos Option 2 I get alle records with 1 or 2 in the priority field.
....
And last if I choose Option 5 I get all records.
Can anyone see what I'm missing
Leif Hole
(e-mail address removed)
I have a form with a option group with 5 options.
I want to filter records with a priority field in this query.
The field have the value of 1,2,3,4 or 5.
I have tried IIF's VBA , but I cant figure this out !
The table should be filtered like this:
If I choose Option 1 I get all records with 1 in priority field.
If I choos Option 2 I get alle records with 1 or 2 in the priority field.
....
And last if I choose Option 5 I get all records.
Can anyone see what I'm missing
Leif Hole
(e-mail address removed)