how to clear values in dropdownbox

paritosh_a

Registered User.
Local time
Tomorrow, 02:52
Joined
Oct 18, 2005
Messages
16
How can i clear the values in the combobox when some event occurs ?
i searched this everywhere but no solution found.
 
Simply set the recordsource property in whichever event you wish to use, to empty string
ie.
cboCombo.Recordsource=""
 
showing compile error

Its showing compile error:
data or member not found.

I am using MS Access 2002.combobox does not support this property.
Please suggest
 
I do not have Access 2002 - but check your online help and see if the Recordsource property can be accessed at runtime - seems strange that a later version of Access does not when earlier versions (Access '97) does...????
 
didnt get any help

i didnt get any help in ms access to clear combobox.
please help
 

Users who are viewing this thread

Back
Top Bottom