Hello guys, I am new in working in access, and need your help.
I made some form for searching database. I want to use checkbox that will apply some filter to additionally apply in query. It should be something like this
IF chk_box is checked
then market='NON-EU'
else everything to be displayed.
Market is text field and has two values 'EU' and 'NON-EU'.
I made some form for searching database. I want to use checkbox that will apply some filter to additionally apply in query. It should be something like this
IF chk_box is checked
then market='NON-EU'
else everything to be displayed.
Market is text field and has two values 'EU' and 'NON-EU'.