Oliver2003
Technical User
I have been used to using the combo box in ms access but have recently started designing a front end to a access db in vb
In my access form I had a combo box with the row source set to "Names" in table "Contacts", in the after update event of the combo box I used Dlookup to get "Address", "Telephone" etc and display in text boxes.
My question is how would this be done in vb?
Thank You
I have looked at the change event but this does not seem to fire when a item form the combo is selected.
In my access form I had a combo box with the row source set to "Names" in table "Contacts", in the after update event of the combo box I used Dlookup to get "Address", "Telephone" etc and display in text boxes.
My question is how would this be done in vb?
Thank You
I have looked at the change event but this does not seem to fire when a item form the combo is selected.