D
DubboPete
Hi all,
Not sure if this can be done, but I am trying to run a set of queries
in sequence which calculate age groups for customers in a specific
period, then apply a month and year value to an appended entry in a
table, all based on criteria of "between #variable-start-date# and
#variable-end-date#.
The dates would always be a month period, so for instance,
[DateRegistered] between #1/1/08# and #31/1/08#.
The query then retrieves the customer data, grouping it by various
ages, and appends it to the table, but I want the appended data to
reflect Jan-08 as the snapshot date.
I have it at the stage where the various customer age groups are
counted up, but want to append Jan-08 to the table along with the
other stuff!
Is this possible?
thanks in anticipation
DubboPete
Not sure if this can be done, but I am trying to run a set of queries
in sequence which calculate age groups for customers in a specific
period, then apply a month and year value to an appended entry in a
table, all based on criteria of "between #variable-start-date# and
#variable-end-date#.
The dates would always be a month period, so for instance,
[DateRegistered] between #1/1/08# and #31/1/08#.
The query then retrieves the customer data, grouping it by various
ages, and appends it to the table, but I want the appended data to
reflect Jan-08 as the snapshot date.
I have it at the stage where the various customer age groups are
counted up, but want to append Jan-08 to the table along with the
other stuff!
Is this possible?
thanks in anticipation
DubboPete