G
Guest
I am using a form (frmCrit) as a user interface for a parameter query. My
database contains students names in the first column, and the language that
they speak in the second, separated by ~~
For example
Joe English~~French
Mary French
I want to be able to search, from the form, which students speak French. I
know it should be something like
Like [Forms]![frmCrit]![language]
but where should I put the * so that the search will return both Joe and Mary?
database contains students names in the first column, and the language that
they speak in the second, separated by ~~
For example
Joe English~~French
Mary French
I want to be able to search, from the form, which students speak French. I
know it should be something like
Like [Forms]![frmCrit]![language]
but where should I put the * so that the search will return both Joe and Mary?