TheSearcher
Registered User.
- Local time
- Today, 10:17
- Joined
- Jul 21, 2011
- Messages
- 377
I have frm_NewClient which adds a new client to the database.
The controls are:
txt_Client_Id
txt_FirstName
txt_LastName
lst_Payers (This is a multiselect list box that displays different insurance carriers)
My insert query works perfectly. I am able to get the selected items from the listbox into my table.
However, I also have frm_UpdateClient which updates any client info. The controls are the same as on frm_NewClient.
My question: How do I show what payers were originally selected in my listbox? In other words, how do I show them as being selected in the listbox after my recordset returns all of the info?
Thanks in advance,
TS
The controls are:
txt_Client_Id
txt_FirstName
txt_LastName
lst_Payers (This is a multiselect list box that displays different insurance carriers)
My insert query works perfectly. I am able to get the selected items from the listbox into my table.
However, I also have frm_UpdateClient which updates any client info. The controls are the same as on frm_NewClient.
My question: How do I show what payers were originally selected in my listbox? In other words, how do I show them as being selected in the listbox after my recordset returns all of the info?
Thanks in advance,
TS