D
Deena
I have a table with many checkbox fields representing
different services that a vendor provides. The fields
are named T1, T2, T3..... There is also a two field
table that relates the field names to text strings, i.e.
T1 Cleaning, T2 Inspection .....
On a form someone selects from a combo box one of the
text strings (ex: Inspection). I would like to use this
input to know that I want to search the T2 field of my
Vendor Table to see if T2 is true for that Vendor. I am
currently doing this by building a separate query for
each Tx field and then using a macro with conditional
statements to decide whether to run that particular query
or not. This is working, but I would think there would
be a more elegant method. I am not a Visual Basic
programmer, but can often follow, replicate, and modify
code. Any way to do this within Access' Queries and
Macros?
different services that a vendor provides. The fields
are named T1, T2, T3..... There is also a two field
table that relates the field names to text strings, i.e.
T1 Cleaning, T2 Inspection .....
On a form someone selects from a combo box one of the
text strings (ex: Inspection). I would like to use this
input to know that I want to search the T2 field of my
Vendor Table to see if T2 is true for that Vendor. I am
currently doing this by building a separate query for
each Tx field and then using a macro with conditional
statements to decide whether to run that particular query
or not. This is working, but I would think there would
be a more elegant method. I am not a Visual Basic
programmer, but can often follow, replicate, and modify
code. Any way to do this within Access' Queries and
Macros?