Lookup

R

Richard

I have a main table called Reports. In it I have a Staff PIN and a
Supervisior PIN. I have another table that has all the PINs and employees
scanned signatures. On the final report, I need both the Staff and Supervisor
Signatures to display. I can get one signature to show up, but noth both. I
would appreciate your help in finishing this piece. Much thanks
 
R

Richard

Originally I only had the Supervisor signature to worry about. Now I need to
add the staff signature. That's when things got tricky. So, I'm trying to
setup a look up in the report query like this Staff_Sig:
DLookUp([SIGNATURE],"tblSigs",[PIN]=[Reports].[Staff_PIN])

But it's creating an error.
 
K

KARL DEWEY

Post your report query SQL.
--
KARL DEWEY
Build a little - Test a little


Richard said:
Originally I only had the Supervisor signature to worry about. Now I need to
add the staff signature. That's when things got tricky. So, I'm trying to
setup a look up in the report query like this Staff_Sig:
DLookUp([SIGNATURE],"tblSigs",[PIN]=[Reports].[Staff_PIN])

But it's creating an error.

KARL DEWEY said:
Are we to guess as to how you got the one to show?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top