Group Data

S

Sash

My brain just isn't working today. Is there any way to group data on a form
(similar to what you can do on a report). I wanted to break out data on a
form and run subtotals for the user for each category.
 
M

Maurice

There's no way to group data on a form as you do on a report. What you could
consider is creating a continious form based on the data and in the form
header place a combobx which filters the data based on this combobox. Then
you place a textbox referring to the parameter entered via the combofilter
and try to create a subtotal based on that.

Just an idea...
 
M

Mark Andrews

You can have a listbox that runs a query and displays some summary data such
as summaries for each category. Just make sure you refresh it if any detail
data changes.

Or how about a button to popup a simple form or report showing totals.

Just some ideas,
Mark
RPT Software
http://www.rptsoftware.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top