This topic is locked

Drop down Box

2/28/2008 11:59:50 AM
ASPRunnerPro General questions
M
MikeGinMN author

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?

J
Jane 3/7/2008

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")