M
mchoukeir
Guest
I'm wondering if any of you Access gurus can help me with a Form problem I have...
I'm trying to set up a form that allows users to filter data in a database and to show them some totals for that data in the footer. It'll be a bit like a query on a table, but the user can determine the field parameters in real time. What's the best way to do this?
Also, I know how to use functions to calculate totals from the form data, but is there a function that allows for the grouping of certain data to give a unique count...here's an example to help articulate that point a bit better.
Lets say the filter results give me the following output:
London
London
Milan
Paris
If I do a simple count, I'll get 4, but I want the unique count which should give me 3, and I'm not sure how best to do this in a function.
Hope you can shed some light into this...
thanks
I'm trying to set up a form that allows users to filter data in a database and to show them some totals for that data in the footer. It'll be a bit like a query on a table, but the user can determine the field parameters in real time. What's the best way to do this?
Also, I know how to use functions to calculate totals from the form data, but is there a function that allows for the grouping of certain data to give a unique count...here's an example to help articulate that point a bit better.
Lets say the filter results give me the following output:
London
London
Milan
Paris
If I do a simple count, I'll get 4, but I want the unique count which should give me 3, and I'm not sure how best to do this in a function.
Hope you can shed some light into this...
thanks