goto Record selected in List box

G

gtslabs

I have a form with a bound textbox (CLIENT) and an unbond listbox of
all the records from the table of clients tbl-client

How do I update the textbox record to display the highlighted record
in the listbox (lbox_Client)?
I tried onClick...
me.Client = Me.Lbox_Client
but it did not work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top