A
Anne
Hi All,
Can anyone tell me the correct syntax for preforming the
Like operation with a wildcard where the text to be
searched for comes from a control on a form? I'm trying
this, but it's not working:
SELECT tbl_Employees.Last_Name
FROM tbl_Employees
WHERE (((tbl_Employees.Last_Name) Like "*[Forms]!
[frm_MainEmployee]![txt_SearchEmployee]*"));
Any help appreciated!
Can anyone tell me the correct syntax for preforming the
Like operation with a wildcard where the text to be
searched for comes from a control on a form? I'm trying
this, but it's not working:
SELECT tbl_Employees.Last_Name
FROM tbl_Employees
WHERE (((tbl_Employees.Last_Name) Like "*[Forms]!
[frm_MainEmployee]![txt_SearchEmployee]*"));
Any help appreciated!