Populating multiple combo boxes with the first row of query
Populating multiple combo boxes with the first row of query
Author
Message
Tom Roger #1 / 1
Populating multiple combo boxes with the first row of query
I have 3 combo boxes that when i first open the form their contained in, want them to display the first row of the query they are built on. I use the change_on property to move from the first to the last combo box, the second combo box needing the value of the first combo box and so on. I use a Me!Combo1.Listindex = 0 line of code in the change_on event to update each combo box. The problem is it wont let me nest more than one chang_on events. It worked fine in Access 97. Can anybody help....