Listbox

Beany

Registered User.
Local time
Today, 22:38
Joined
Nov 12, 2006
Messages
155
Hi,

how can i populate some empty fields/comboboxes by clicking a record in the listbox?

the details are stored in my table..................??

thanks
 
Are you saying you want to find a record that is already stored in your DB by selecting from the list box.
 
yes........ and show it below the listbox in the same form
 
The ComboBox wizard includes a wizard to go to a specific record. Use that, then convert it to a List Box (though the combobox is the preferred method).
 
is there another way?

i dont particulary like the wizard way................

because the listbox is already created and is linked to a search textbox.......

ive got an empty form underneath it, which i would like to populate by clicking on the record in the listbox??

any1 got some code?
 
Use the wizard to create the search. Then, take a look at the code the wizard writes. Adjust and apply that code to your own search function. Delete the wizard's combobox and underlaying code, if you want.
 

Users who are viewing this thread

Back
Top Bottom