A
Allen Browne
Your example should work if EmbID and DesignID are both fields of type
Number.
If DesignID is a Text-type field, you need quotation marks around the value.
The 3rd argument would be:
"[EmbID] = " & [EmbID] & "AND [DesignID] = """ & [Designid]) & """"
Number.
If DesignID is a Text-type field, you need quotation marks around the value.
The 3rd argument would be:
"[EmbID] = " & [EmbID] & "AND [DesignID] = """ & [Designid]) & """"