Group Data

  • Thread starter Thread starter Sash
  • Start date Start date
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.
 
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...
 
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
 
Back
Top