dominicg123
Technical User
I would like to change a list box recordset used on my form. The record set will have to be base on a combo box. This combo box is filled with a list of field used in my table.
This is the code so far:
ListeClient.RowSource = "SELECT Clients.RéfContact,xxxx FROM Clients ;"
I want to replace xxxx with the value in the combo box but I am new to VBA.
Please help, Thank you
This is the code so far:
ListeClient.RowSource = "SELECT Clients.RéfContact,xxxx FROM Clients ;"
I want to replace xxxx with the value in the combo box but I am new to VBA.
Please help, Thank you