B
Brenda Washington
I have 9 checkboxes on a form. The user could potentially
have from 0 - 9 checked. I want to create a query where
it combines all checkboxes that are checked into one
field. (for ease of reporting)
Example:
tblInvoiceType has InvoiceTypeID, ProjectID, Type1, Type2,
Type3, ...
If a row has Type1 and Type3 checked, I want the query to
show ProjectID, NameofType1 & ", " & NameofType3
Thank you in advance for any help/hints you can give!
have from 0 - 9 checked. I want to create a query where
it combines all checkboxes that are checked into one
field. (for ease of reporting)
Example:
tblInvoiceType has InvoiceTypeID, ProjectID, Type1, Type2,
Type3, ...
If a row has Type1 and Type3 checked, I want the query to
show ProjectID, NameofType1 & ", " & NameofType3
Thank you in advance for any help/hints you can give!