My original data comes in as follows.
Import Format (50,000 records):
AcctType Jan Feb Mar Apr May ....
Store#1 101 500.00 250.00 300.00
202 400.00 100.00 45.00
500 150.00 10.00 100.00
Store #2.....
Each month, I take the data for that month and create a crosstab table using
the Acct Types as the columns. So the original data no longer exist as it
is imported. Each report is specific only to that month.
REPORT FORMAT (230 records)
Store # Acct 101 Acct 202 Acct500
Store#1 500 400 150
Store#2....
Store #3.....
"Douglas J. Steele" wrote:
> That doesn't explain why you need the data in a second table.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "SharonInGeorgia" <(E-Mail Removed)> wrote in
> message news:29B3B472-A84F-477C-A93B-(E-Mail Removed)...
> > Douglas,
> > Yes, I need a history table because in addition to pulling a Month to Date
> > report, I also pull a Year To Date report that includes wieghted
> > calculations. It's important that the history table does not have
> > duplicate
> > information so I set the primary keys on Date and Store Number.
> >
> >
> > "Douglas J. Steele" wrote:
> >
> >> Do you really need to append the records to a history table? Why not put
> >> the
> >> year and month as fields in the existing table, and change your queries
> >> to
> >> only work with the current month.
> >>
> >> --
> >> Doug Steele, Microsoft Access MVP
> >> http://I.Am/DougSteele
> >> (no private e-mails, please)
> >>
> >>
> >> "SharonInGeorgia" <(E-Mail Removed)> wrote in
> >> message news:32A20CB9-6DD2-4767-8491-(E-Mail Removed)...
> >> > How do programically append each months records to a history table?
> >> > Right
> >> > now, I use a command button that appends each month's records to the
> >> > History
> >> > table. I need assistance, however, in including the month's date for
> >> > each
> >> > group of records.
> >> >
> >>
> >>
> >>
>
>
>