Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Report Textbox Data Based Off Multiple Checkbox's

$
0
0
Hello, and thank you in advance for any help you can provide.

I am currently using Microsoft Access 97 (our company is slow to upgrade to 2010, but is slowly getting there). I have a database that my department has been using for over 6 years that has all of the suppliers our company uses, with their contact information & regulatory certificate data. I have 5 different types of certificates that are checkboxes that I want to list as text into one textbox. The field names for the certificates are:
FAR 145?
EASA 145?
CAR 573-AMO?
AS 9100?
ISO9000?

I am trying to come up with a formula that will look at the these 5 fields, and if they are TRUE then enter specific data in a textbox in a Report. For instance, if XYZ Company has a FAR 145, an EASA 145 and an AS 9100, I want the text box to say "FAR 145, EASA, AS 9100". I was able to come up with an IIF statement, but can only get it to work for one checkbox =IIf([FAR 145?]=True,"FAR 145","").

Is it even possible to do this? If so, any help would be appreciated.

Temeraire

Viewing all articles
Browse latest Browse all 13329

Trending Articles