A
Aggie G
I am trying to create an If Then formula that will populate a name when a
spefic checkbox is selected. The checkboxes are:
lobby
boardroom
training room
When one of these checkboxes is selected, I want the checkbox name to
appear. This is the formula that I created, but it is not working:
IIf( [lobby] =true, "Lobby" ) or IIf( [Training Room] =true, "Training Room"
) or IIf( [Boardroom] =true, "Boardroom" )
Instead of getting the word in () I am getting a value of -1 or 0. Please
help.
spefic checkbox is selected. The checkboxes are:
lobby
boardroom
training room
When one of these checkboxes is selected, I want the checkbox name to
appear. This is the formula that I created, but it is not working:
IIf( [lobby] =true, "Lobby" ) or IIf( [Training Room] =true, "Training Room"
) or IIf( [Boardroom] =true, "Boardroom" )
Instead of getting the word in () I am getting a value of -1 or 0. Please
help.