I'm trying to use a set of combo boxes to act as filters. Once the user has chosen the different filters I then want to pass these into a make table query.
I'm currently using a piece of code to append the string value for the combo box to another string to create a SQL instruction - is there a better way of doing it than that?
Cheers
I'm currently using a piece of code to append the string value for the combo box to another string to create a SQL instruction - is there a better way of doing it than that?
Cheers