Auto Blank Value on Cascading Combo

bennybee

Registered User.
Local time
Today, 19:22
Joined
Jan 13, 2004
Messages
50
Hi.

I have found fixed up my cascading combo problem, and am now in the process of fine tuning.

I have to cascading nicely, but there is one prob.

when ever i select a value from the cascading combo, and i then create a new record, it still keeps the value of the casc.combo (ie. it does not give a completely blank form, rather a blank form except for the combo box property which is set to the previous selection.).

is there a way of making a default blank value come up whenever i create a new record?
 
benny,

What kind of form do you have, is it bound to a table?

Are the combos used just for searching?

Are the combos bound to the table also?

If they are bound, then just set the default value to "".

Wayne
 
Wayne.

Yeah i got it working. not entirely sure what i was doing, but yeah it works now and gives a blank default value which is what i wanted.

thanks for the advice
 

Users who are viewing this thread

Back
Top Bottom