News

The Count function helps you easily create a query that, based on any criteria, sums up the number of Access records you have. Here's how to use it.
When you need to count records in an Access form, try the Count() function.
The easiest way is probably to create an Access VBA public function which takes the date parameters, queries the table and returns the appropriate count; and call this function within the UPDATE ...