S
Suzann
I have a table that lists information for a gift card program we've initiated
at my workplace. The basic format is:
Date Store Product BegSerialNo EndSerialNo
7/3/8 137 WAB1 1001 1250
7/3/8 269 WAB1 1251 1500
Since we have almost 600 stores and are shipping cards to each store in 250
lots, I need to make a table that has all the serial numbers listed for cards
that have been issued. The new table structure I have set up is:
SerialNo Store
1001 137
1002 137
I will run an unmatched query on this table against issuances by stores -
another table that I have set up. I received wonderful advice on how to set
up a template to know the quantity on hand at any given point last week from
this forum. However, for accounting control purposes, I need to be a way to
know what card serial numbers a store should still have in stock at year end
inventory time so we can do a spot check. I've tried a combination of Insert
Into with a looping structure but cannot get it to work. I appreciate all
the helpful advice I receive from this forum.
at my workplace. The basic format is:
Date Store Product BegSerialNo EndSerialNo
7/3/8 137 WAB1 1001 1250
7/3/8 269 WAB1 1251 1500
Since we have almost 600 stores and are shipping cards to each store in 250
lots, I need to make a table that has all the serial numbers listed for cards
that have been issued. The new table structure I have set up is:
SerialNo Store
1001 137
1002 137
I will run an unmatched query on this table against issuances by stores -
another table that I have set up. I received wonderful advice on how to set
up a template to know the quantity on hand at any given point last week from
this forum. However, for accounting control purposes, I need to be a way to
know what card serial numbers a store should still have in stock at year end
inventory time so we can do a spot check. I've tried a combination of Insert
Into with a looping structure but cannot get it to work. I appreciate all
the helpful advice I receive from this forum.