gstylianou
Registered User.
- Local time
- Today, 12:57
- Joined
- Dec 16, 2013
- Messages
- 359
Hi,
Just a question, How can I write correct the following function below to count only the records which the field [Active]=True?
a = DCount("[Patient_id]", "Patient Diseases", "[Patient_id] =" & Forms!MainForm.LogCustID)
Just a question, How can I write correct the following function below to count only the records which the field [Active]=True?
a = DCount("[Patient_id]", "Patient Diseases", "[Patient_id] =" & Forms!MainForm.LogCustID)