Good Evening,
I have been struggling with this, and after reviewing the Microsoft Access site, and various forums, do not seem to be able to come up with an answer
What I would like to do is create a continuous form, with one field from a query ("Aircraft Original Type:") and display this field name along with a count of the number of matching records.
The field does not contain a unique value, so there may be hundreds of different types, so i cannot see how the dcount function would work, as it relies on selecting a unique value and counting them, so what i am trying to do in essence is create a form such as this :-
Cessna 152 100
Cessna 172 20000
Cessna 210 520
So The "Cessna" part is in the Field "Aircraft Original Type", and what i am looking for is for access to make a count of each Cessna 152, then 172 etc etc
What would be the best way of going about this ?
Best Regards
keith