Hey everyone! I have a subform that holds the following info.
SKU
Description
NetCost
MSRP
Available
UnitsSold
RetailSold
CostSold
InventoryonHand
WeeksonHand
Now, this data is WEEKLY from a vendor for a particular retail company. For instance, for the week of 1/1/2004 to 1/7/2004 it may look like this...
SKU Description NetCost MSRP Available...etc...
123 aaaaaaa $25.00 $35.00 250
234 bbbbbbb $12.00 $34.99 100
Now, when the client starts a new record for week 2 (1/8/2004-1/15/2004) they want the above info to AUTOMATICALLY populate the subform. The problem is the NetCost, MSRP, etc may change for that week, so it needs to be its own record...IT CANNOT AFFECT THE PREVIOUS RECORD!!!
The Best way I can see if it is possible to write code or a macro to SELECT ALL from the subform and COPY. Then when they open the new record, they can simply click on a PASTE button and it will put that data in the new record. Then they can change what they want without affecting the previous data...can this be done with SendKeys? Any help would be greatly appreciated!!!!
SKU
Description
NetCost
MSRP
Available
UnitsSold
RetailSold
CostSold
InventoryonHand
WeeksonHand
Now, this data is WEEKLY from a vendor for a particular retail company. For instance, for the week of 1/1/2004 to 1/7/2004 it may look like this...
SKU Description NetCost MSRP Available...etc...
123 aaaaaaa $25.00 $35.00 250
234 bbbbbbb $12.00 $34.99 100
Now, when the client starts a new record for week 2 (1/8/2004-1/15/2004) they want the above info to AUTOMATICALLY populate the subform. The problem is the NetCost, MSRP, etc may change for that week, so it needs to be its own record...IT CANNOT AFFECT THE PREVIOUS RECORD!!!
The Best way I can see if it is possible to write code or a macro to SELECT ALL from the subform and COPY. Then when they open the new record, they can simply click on a PASTE button and it will put that data in the new record. Then they can change what they want without affecting the previous data...can this be done with SendKeys? Any help would be greatly appreciated!!!!