View Full Version : Select fields for query


dlong
02-04-2002, 11:37 AM
I have ten fields on my table. I have a form that diplays ten check boxes with the field names. How do I link the boxes with a query. So, when someone selects the check boxes a query will display with only the selected items??

Jack Cowley
02-04-2002, 03:33 PM
You will have to build an new SQL statement everytime.