I need to be able to set listindex of combo box so first row
of its source is always showing when form initially opens.
What is the format of this access statement?
Add the following code to the On Load event of the form.
Me.Combo2 = Me.Combo2.ItemData(0) Terry L. Broadbent FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
Thanks for the code, but when I used it I got
"Method or Data Member Not Found". It is dieing on
the data member, even tho I used the name of the field
from the combo's source table. Any other method I could
try? I am using Access 97.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.