D
Doug Van
I am trying to get a list box to populate that meets three critera.
My code works for the first two conditions, but not the third, the "like"
portion.
lstResults.RowSource = "SELECT code, description from NCCI where 1stInsured
= NCCI.Insured and cmbState = NCCI.State and NCCI.description like text10"
Any ideas?
Thanks in advance.
Doug
My code works for the first two conditions, but not the third, the "like"
portion.
lstResults.RowSource = "SELECT code, description from NCCI where 1stInsured
= NCCI.Insured and cmbState = NCCI.State and NCCI.description like text10"
Any ideas?
Thanks in advance.
Doug