Hi there,
I'm trying to use the list property of a listbox in Access and VBA won't recognize the property.
I get this error when trying to execute the above code:
'Object doesn't support this property or method.'
Any ideas?
jjmclell
I'm trying to use the list property of a listbox in Access and VBA won't recognize the property.
Code:
temp = Me!lst_Items.List(0, 0)
I get this error when trying to execute the above code:
'Object doesn't support this property or method.'
Any ideas?
jjmclell