judyscofield
Programmer
I have a datacombo box on a form called dacrules. When stepping through my code, I can see the .selecteditem property. For example it may show 2. I want to set it to, say, 3. When I code
dacrules.selecteditem = 3
I get an error, Object Required.
What's wrong with my code??
Thanks
Judy Scofield
dacrules.selecteditem = 3
I get an error, Object Required.
What's wrong with my code??
Thanks
Judy Scofield