thisisntwally
CE&A
- Local time
- Today, 13:00
- Joined
- Jun 27, 2007
- Messages
- 246
Im using variations of the following to pull documents associated with a certain record, marked 'A' 'B' etc. they all pull up the 'A' documents, so i suspect the AND is not working.
What am i doing wrong?
and so on...
What am i doing wrong?
Code:
=DLookUp("[SupDoc] ","[tbl SupDoc]","keyID = Me!keyID" And "Var = 'A'")
Code:
=DLookUp("[SupDoc] ","[tbl SupDoc]","keyID = Me!keyID" And "Var = 'B'")