Check Box On Condition

M

Mike

I have a field in my database that specifies the Road Classification.
Possible values include Freeway, Arterial, Collector or Local.

I would like to display the data in my reports a series of four possible
check boxes. Each check box would represent one of the possible values for
the Road Classification field.

Essentially if the value of Road Class is Freeway, then the freeway check
box would be set to enabled. Similarly the check boxes would become enabled
and disabled for the other three possible values as well.

Any help would be appreciated.
 
D

Duane Hookom

If I understand correctly, you could use check boxes with control sources like:
=[RoadClassification]="Freeway"
=[RoadClassification]="Arterial"
etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top