Hi Guys,
This query works fine if there is only one record in tblRecSource but is there a way to do it if there are more than one
SELECT StaffList.[Division code], *
FROM StaffList
WHERE (((StaffList.[Division code])=DLookUp("ServiceCode","tblRecSource")));
or is there another way to do the same thing, if I link the table it takes to long to run.
than for advance
This query works fine if there is only one record in tblRecSource but is there a way to do it if there are more than one
SELECT StaffList.[Division code], *
FROM StaffList
WHERE (((StaffList.[Division code])=DLookUp("ServiceCode","tblRecSource")));
or is there another way to do the same thing, if I link the table it takes to long to run.
than for advance