Counting records in a query & display on web page

M

Mick

I have an Access query that filters records in an access database, to
display records meeting the criteria. I would now like to count (a total
number) the number of records contained in the query, and then display the
"answer" on a web page. Any help would be appreciated. Mick
 
S

Sheila D

Hi Mick

If you have a unique piece of information for each record - say an
AUtonumber - you can do a totals query, group on the Autonumber and count
number of occurences. Don;t know how you get it on a web page though but hope
this helps

Sheila
 
M

Mick

Thanks Sheila

Sheila D said:
Hi Mick

If you have a unique piece of information for each record - say an
AUtonumber - you can do a totals query, group on the Autonumber and count
number of occurences. Don;t know how you get it on a web page though but hope
this helps

Sheila
 
Top