combobox.removeitem is giving error

R

robbi

hi

i have put a combox control on the form and then used combobox.removeitem(1) then it is giving an error saying that the removeitem function is not found. could there be any way to avoid this error

thank
robbi
 
N

news.east.earthlink.net

removeitem is a VB function not found in VBA which Access uses. You will
have to build it yourself. You can search the net and find working examples.
HTH
robbi said:
hi,

i have put a combox control on the form and then used
combobox.removeitem(1) then it is giving an error saying that the removeitem
function is not found. could there be any way to avoid this error.
 
Top