G
Guest
I'm trying to get a count of items in a combo box with the following code,
but it's giving me a wrong number. The combo only shows 3 items when the
following code gives me 4.
msgbox (Me![cboSerialNumber].ListCount)
What's wrong with the above code? Currently using MsAccess 2000. Any help is
greatly appreciated.
but it's giving me a wrong number. The combo only shows 3 items when the
following code gives me 4.
msgbox (Me![cboSerialNumber].ListCount)
What's wrong with the above code? Currently using MsAccess 2000. Any help is
greatly appreciated.