Hey all! OK, let me set the scenerio...
I have a form that has a cbobox for the Retailer, called "cboCompany". When a company is selected, the address, etc is autofilled from the tblCompany table.
There is also a cbobox for the vendor, called "cboVendor". When the vendor is selected the address, etc is autofilled.
Now on this form there is a subform called "frmInventorySubform" This subform holds the following fields, "SKU", "Description", "NetCost", "MSRP", "Available","UnitsSold", "RetailSold", "CostSold", and "InventoryonHand"
Now the questions....
1) How can I have the subform bring up the data (inventory details) that only corresponds with the correct Retailer and the Correct Vendor? (I want them to select the two cboboxes and then the subform will fill accordingly. I want all other data filtered out.
2) Now, for the harder question. EACH WEEK there will be a record or records in this subform. When the next week comes up, these same records need to populate the subform also, but they MUST be a different record! The reason is the cost may change for a particular week, the quantity may change, etc. They may also need to add or remove one depending on if the retailer wants them for that particular week. Can I set up a button that will in essence "SELECT ALL" and "COPY" the records from the subform, and when they open a new record, have a button where they can "PASTE" the records in and change what is needed? I really dont see any other way to do it. If you guys have a better suggestion, I'd love to hear it.
Just in case I'm not clear, here is what the subform will look like for week 1:
SKU Desc. NetCost MSRP Available UnitsSold...etc....
123 Box $50.00 $67.99 1000 156
456 XXX $12.00 $17.99 250 12
WEEK 2 MAY be:
SKU Desc. NetCost MSRP Available UnitsSold...etc....
123 Box $45.00 $62.99 400 245
456 XXX $12.00 $17.99 50 0
As you can see, almost anything can change...your suggestions? THANKS!
I have a form that has a cbobox for the Retailer, called "cboCompany". When a company is selected, the address, etc is autofilled from the tblCompany table.
There is also a cbobox for the vendor, called "cboVendor". When the vendor is selected the address, etc is autofilled.
Now on this form there is a subform called "frmInventorySubform" This subform holds the following fields, "SKU", "Description", "NetCost", "MSRP", "Available","UnitsSold", "RetailSold", "CostSold", and "InventoryonHand"
Now the questions....
1) How can I have the subform bring up the data (inventory details) that only corresponds with the correct Retailer and the Correct Vendor? (I want them to select the two cboboxes and then the subform will fill accordingly. I want all other data filtered out.
2) Now, for the harder question. EACH WEEK there will be a record or records in this subform. When the next week comes up, these same records need to populate the subform also, but they MUST be a different record! The reason is the cost may change for a particular week, the quantity may change, etc. They may also need to add or remove one depending on if the retailer wants them for that particular week. Can I set up a button that will in essence "SELECT ALL" and "COPY" the records from the subform, and when they open a new record, have a button where they can "PASTE" the records in and change what is needed? I really dont see any other way to do it. If you guys have a better suggestion, I'd love to hear it.
Just in case I'm not clear, here is what the subform will look like for week 1:
SKU Desc. NetCost MSRP Available UnitsSold...etc....
123 Box $50.00 $67.99 1000 156
456 XXX $12.00 $17.99 250 12
WEEK 2 MAY be:
SKU Desc. NetCost MSRP Available UnitsSold...etc....
123 Box $45.00 $62.99 400 245
456 XXX $12.00 $17.99 50 0
As you can see, almost anything can change...your suggestions? THANKS!