I have a view that returns a repID (RequestedByRep), what I want to do is create a command that will run and return the rep's Name from the reps table.
SELECT {tblReps.RepName}
FROM tblReps
WHERE {tblReps.RepNumber} = {tvwr_PurchaseOrder.RequestedByRep}
When I run this it says: Error - Description syntax error. What am I doing wrong?