gregburningham
Programmer
I would like to put in a blank line into the dropdown list but I want to avoid a query with a UNION statement in it that adds the line (with NULL values in it) !
Please could you let me know if I can do this through the code rather than through the query.
I also want to use:
vDropDownList.Items.FindByValue(listValue).Selected = True
without errors being thrown ...
PLEASE CAN ANYONE HELP ?
THANKS IN ADVANCE ......
Please could you let me know if I can do this through the code rather than through the query.
I also want to use:
vDropDownList.Items.FindByValue(listValue).Selected = True
without errors being thrown ...
PLEASE CAN ANYONE HELP ?
THANKS IN ADVANCE ......