C
Cyberwolf
I have a form that has a button that feeds an Append query to another table.
The person want to be able to create groups or records that can then be
subtotaled on a report. My issue is how do I create a group that will allow
this. I know how to handle the report side. The thing is there is not
always a common denominator for this grouping. I had thought of creating an
unbound field that would hold a value until a button is pushed called new
group, then it would assign the next sequential number for a new group. The
number of records for each group can vary from 1 record and up. I can't
figure how to hoild the value then create a new value after the button is
pushed.
TIA
The person want to be able to create groups or records that can then be
subtotaled on a report. My issue is how do I create a group that will allow
this. I know how to handle the report side. The thing is there is not
always a common denominator for this grouping. I had thought of creating an
unbound field that would hold a value until a button is pushed called new
group, then it would assign the next sequential number for a new group. The
number of records for each group can vary from 1 record and up. I can't
figure how to hoild the value then create a new value after the button is
pushed.
TIA