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.
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.