Create Subtotals - Also posted in General Discussion

M

Mark

General Problem:
I have a table with dollar fields. I want to take each
record in the table and create several new records: each
new record would essentially be a copy of the original
but add a new field to identify the subtotal I want the
original record to show-up (e.g., month, quarter, year).

Likely Solution:
Using VBA, read the first record from original table and
output the new records to a second table.

Can anybody provide some code to get me started?
 

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