A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Check Box On Condition



 
 
Thread Tools Display Modes
  #1  
Old January 8th, 2010, 04:06 PM posted to microsoft.public.access.reports
mike
external usenet poster
 
Posts: 3,942
Default Check Box On Condition

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.
  #2  
Old January 8th, 2010, 04:24 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Check Box On Condition

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

--
Duane Hookom
Microsoft Access MVP


"Mike" wrote:

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.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:02 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.