Hi,
I need to match a field in a query to another field in a query using LIKE. HOwever I want to append '*' to the end of it, however i cannot seem to get the syntax correct...any suggestions:
WHERE ((([Sec_Ratios]![Security]) Like ([Sub_FUT_1]![Sec]&"*"
));
Cheers
I need to match a field in a query to another field in a query using LIKE. HOwever I want to append '*' to the end of it, however i cannot seem to get the syntax correct...any suggestions:
WHERE ((([Sec_Ratios]![Security]) Like ([Sub_FUT_1]![Sec]&"*"

Cheers