I have the below query but I want it to return just the analyst name that starts with whatever characters are put in as the parameter (for example 'joh' but I can't seem to get it to come to fruition
The below sysntax returns everything that contains whatever the parameter was.....
Thanks for any help
SELECT *
FROM QTab
WHERE analyst Like '*' & [Enter Analyst here];
That was brain dead to the extreme on my part
Thanks