Hi Everyone,
I have a query which is giving problems
on a form i have a combo box and a text box...
i have this query in the row source section of a list box..
when i run there is no result...if i change anything it is giving problems...Please help...the query is as follows:
SELECT [Consultant Table].Consultant_ID AS ConsID, [Consultant Table].Surname, [Consultant Table].First_Name, [Consultant Table].Nationality, [Consultant Table].Process_Status FROM [Consultant Table] WHERE ((( Forms!Search_Form!combo0) Like "*" & Forms!Search_Form!text2 & "*")) ORDER BY [Consultant_ID];
Thanks
DavidCdp1
I have a query which is giving problems
on a form i have a combo box and a text box...
i have this query in the row source section of a list box..
when i run there is no result...if i change anything it is giving problems...Please help...the query is as follows:
SELECT [Consultant Table].Consultant_ID AS ConsID, [Consultant Table].Surname, [Consultant Table].First_Name, [Consultant Table].Nationality, [Consultant Table].Process_Status FROM [Consultant Table] WHERE ((( Forms!Search_Form!combo0) Like "*" & Forms!Search_Form!text2 & "*")) ORDER BY [Consultant_ID];
Thanks
DavidCdp1