Click here to Skip to main content
15,906,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've an Access database with the following fields in my table:

LabNo(number)
LabDt(date)
Lab Sec(Text)
Category(Text)
Nomenclature(Text)
noofsmpl(number)
PDC(date)
Reportdt(date)
noofdays(obtained from date difference of Reportdt and LabDt)

I want to filter data based on Lab Sections/Categories/noofdays, and count/add the data to use in reports. How can I do this?
Posted
Updated 12-Feb-10 6:36am
v2

1 solution

Check out SQL:Count Function[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900