J
Jesse
I need to take a field value from multiple records in one table and
append those values to the end of an associated single record in
another table. (Or, create a third table.) I am an Access newbie --
having gotten by fine with Excel until now. I have Access 2000.
I've been selling just one product from my webstore, but now that I've
started selling 6 products I have 2 data files to deal with.
I think I have a typical set of data files generated by my shopping
cart software. I get two files: A first file with one record per
transaction and a second file with one record per product code
ordered. So, if someone orders 3 different product codes, in the
second file there will be 3 records.
In order to work well with my postage/label printing software, I need
to get data from multiple records in the second file consolidated into
the single associated record in the first file. (This way I can print
my "pull list" of products right on the shipping/postage label.)
So, for my 6 products I want to add six columns/fields to the
transaction table -- and each one will tell me how many of each of
those six products were ordered (null or >0).
I have no trouble doing multiple flow charts as to how this process
can work. I understand the logic of conditional statements, etc. I
know that I need to set a flag to show that an order is new, clear the
flag after the order has been processed (I can do that manually), and
test for the flag when the data is being processed. But, I haven't
actually worked with databases.
In Access, how do I generate a table with one record per transaction
(sale) that includes fields for the quantities of each product code
ordered?
Any guidance on this would be appreciated. Thanks. -- Jesse
append those values to the end of an associated single record in
another table. (Or, create a third table.) I am an Access newbie --
having gotten by fine with Excel until now. I have Access 2000.
I've been selling just one product from my webstore, but now that I've
started selling 6 products I have 2 data files to deal with.
I think I have a typical set of data files generated by my shopping
cart software. I get two files: A first file with one record per
transaction and a second file with one record per product code
ordered. So, if someone orders 3 different product codes, in the
second file there will be 3 records.
In order to work well with my postage/label printing software, I need
to get data from multiple records in the second file consolidated into
the single associated record in the first file. (This way I can print
my "pull list" of products right on the shipping/postage label.)
So, for my 6 products I want to add six columns/fields to the
transaction table -- and each one will tell me how many of each of
those six products were ordered (null or >0).
I have no trouble doing multiple flow charts as to how this process
can work. I understand the logic of conditional statements, etc. I
know that I need to set a flag to show that an order is new, clear the
flag after the order has been processed (I can do that manually), and
test for the flag when the data is being processed. But, I haven't
actually worked with databases.
In Access, how do I generate a table with one record per transaction
(sale) that includes fields for the quantities of each product code
ordered?
Any guidance on this would be appreciated. Thanks. -- Jesse