Sam Summers
Registered User.
- Local time
- Today, 14:16
- Joined
- Sep 17, 2001
- Messages
- 939
Hi,
Can someone give me a clue here?
Tried multiple things and its not quite there.
I need to attach an image using the EmployeeID and also the CertID.
But it is failing at the ampersand point and when i tried this:
It is returning 'Wrong number of arguments or invalid property assignments'
Many thanks in advance
Can someone give me a clue here?
Tried multiple things and its not quite there.
I need to attach an image using the EmployeeID and also the CertID.
Code:
Call AddAttachment("EmployeeCert", "CertImage", "EmployeeID", Me.EmployeeID " & " "CertID", Me.CertID)
But it is failing at the ampersand point and when i tried this:
Code:
Call AddAttachment("EmployeeCert", "CertImage", "EmployeeID", Me.EmployeeID, "CertID", Me.CertID)
It is returning 'Wrong number of arguments or invalid property assignments'
Many thanks in advance