https://quizack.com/vba/mcq/you-want-to-count-how-many-records-for-a-given-customer-based-on-customerid-which-is-of-field-type-short-text-in-table-tblcustomer-the-customer-id-we-want-the-count-for-is-123-ac-we-are-using-the-domain-aggregate-function-dcount-and-assign-it-to-an-integer-variable-intc-what-is-the-correct-syntax
Answer:
intC = DCount ("*","tblCustomer","[CustomerID] = ' & 123-AC & "'")
Note: This Question is unanswered, help us to find answer for this one
More VBA MCQ Questions