For more that 7 tests, you could use the Switch() function. It would look like :
Code:
Switch([Provincial Guest]=True,1, [District Guest]=True,2, [Officers "G"]=True,3, [Chairmen "G"]=True,4, [Council "G"]=True,5, [Zone Commader]=True,6)
I would put these in a lookup table:
GuestID| Description
--------------------------
1|Provincial Guest
2|District Guest
3|Officers "G"
4|Chairmen "G"
5|Council "G"
6|Zone Commader
Then you can use a combo box, or list box to male a selection. Also, it is easier to add a new selection.
BTW, you should only use letters, numbers and the underscore in field names........