I icemac Registered User. Local time Today, 13:32 Joined Jul 17, 2006 Messages 31 Jan 23, 2007 #1 I have created a query that returns x number of records. How can i count this number (x)?
mhartman Dr. Data Local time Today, 13:32 Joined Jun 5, 2006 Messages 442 Jan 23, 2007 #2 Hello: If your query was the recordsource for a form you could use an unbound text box and utilize the Count or Dcount functions. In a query, you can utilized the Domain Aggregate built in function Count. Regards Mark
Hello: If your query was the recordsource for a form you could use an unbound text box and utilize the Count or Dcount functions. In a query, you can utilized the Domain Aggregate built in function Count. Regards Mark