hrinterndcarc
New member
- Local time
- Today, 11:46
- Joined
- Mar 10, 2006
- Messages
- 5
I have created a database in which there is a form with several checkboxes the user can click (the checkboxes stand for locations in which people are on call for, and they are clicked "Yes" if they are available to work there, and "no" if they aren't.)
In the report I have created there are columns for their name, and all 15 locations. Under each location column there are checkboxes that are either checked or unchecked. I was wondering how I go about hiding the checkboxes in the report for the locations that are unchecked. I understand that there is some kind of code I must write in order to made these unchecked boxes invisible. I am very new to this program and I am unsure where I would write this code and what I should be writing. I have seen code similar to
If CheckBox1 = False Then
CheckBox1.Visible = False
End If
but I have no idea if this works and where I would put this code.
Any help would be greatly appreciated.
Chris
In the report I have created there are columns for their name, and all 15 locations. Under each location column there are checkboxes that are either checked or unchecked. I was wondering how I go about hiding the checkboxes in the report for the locations that are unchecked. I understand that there is some kind of code I must write in order to made these unchecked boxes invisible. I am very new to this program and I am unsure where I would write this code and what I should be writing. I have seen code similar to
If CheckBox1 = False Then
CheckBox1.Visible = False
End If
but I have no idea if this works and where I would put this code.
Any help would be greatly appreciated.
Chris
Last edited: