A quick method for counting Access records in a form Your email has been sent When you need to count records in an Access form, try the Count() function. There are several ways to count the records in ...
I have a form with a 'View' button on it that will open up a continuous form (which looks like a datasheet) which simply lists all the records from the same query as the original form. I want to be ...