Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is it possible to use a drop down box to select either (I)ndividual or (T)eam and use that to determine what another 2 drop down boxes will contain with out having to store the 1st choice in the table?
Hi,use dependent dropdown boxes for this purpose.To remove first field from SQL query add following code to the Before record added event:
dict.remove("FieldName")