P
PT
So I have this listbox in an option group, lstInfo This listbox is
based on a query from my customers table, in it I am only displaying
the Last Names when a user clicks on the dropdown.
I have textboxes on the form. TXTADDRESS, TXTPHONE, TXTSTATE
When someone selects a last name from the lisbox dropdown I want those
UNBOUND Textboxes to also display that information for the current
person selected, so if I selected Smith it would fill TXTADDRESS with
Smiths address that it takes from the customers table.
Remember these text boxes are unbound.
How would I do this?
thanks
based on a query from my customers table, in it I am only displaying
the Last Names when a user clicks on the dropdown.
I have textboxes on the form. TXTADDRESS, TXTPHONE, TXTSTATE
When someone selects a last name from the lisbox dropdown I want those
UNBOUND Textboxes to also display that information for the current
person selected, so if I selected Smith it would fill TXTADDRESS with
Smiths address that it takes from the customers table.
Remember these text boxes are unbound.
How would I do this?
thanks