padlocked17
Registered User.
- Local time
- Today, 04:38
- Joined
- Aug 29, 2007
- Messages
- 276
I need to figure out how to use multiple criteria on a DCount function to check two colums based on a query.
The function is your typical:
I need to set in the Criteria basically:
Form Control = MemberID (In the Table) AND Graduated = No (Column in the table).
How would I construct that?
Also, what's the purpose of the "Expression: in the DCount function?
The function is your typical:
Code:
If DCount("MemberID", "tblEnrollment", _
"MemberID='" & MemberID & "'" )
I need to set in the Criteria basically:
Form Control = MemberID (In the Table) AND Graduated = No (Column in the table).
How would I construct that?
Also, what's the purpose of the "Expression: in the DCount function?