matrixindicator
IS-IT--Management
Hey,
I have a few Option buttons on my form. Each button is a country. If a user select one or more he should run a query with these countries. So I can not use an option group (1 or more than one). Do I need to write a function to do this ?
So the query should make a selection of UK and BE
I have a few Option buttons on my form. Each button is a country. If a user select one or more he should run a query with these countries. So I can not use an option group (1 or more than one). Do I need to write a function to do this ?
Code:
OptBut1CountryUK true
OptBut2CountryES false
OptBut3CountryBE true
So the query should make a selection of UK and BE