SalesInfo
7 years agoQrew Assistant Captain
Item Relationship for adding bulk items in a table that is linked to many other tables
I would like to create a new record that contains the information from multiple tables.
I have 4 tables
1. MASTER - which contains all basic information. This table (parent) is linked to both Amazon (child) and our website (child) in a relationship. The fields under each buyer will pop up depends on the choice that We choose (either Amazon or GXI or both).
2. Amazon - this table has a list of all Amazon items
All the fields are from parent table (MASTER). This table (parent) is linked to the Promotion table (child). When the link button is clicked, form #3 on Promotion is open which has the fields for Amazon pricing. There are three different pricing (regular, special, custom promo) so this form is to choose the pricing type for the this product.
3. Our website (GXI) - this table has a list of all GXI items
All the fields are from parent table (MASTER). This table (parent) is linked to the Promotion table (child). When the link button is clicked, form #4 on Promotion is open which has the fields for GXI pricing. There are three different pricing (regular, special, custom promo) so this form is to choose the pricing type for the this product. There are two different pricing (regular and special promo) so this form is to choose the pricing type for the this product.
FYI, regular and special are filled out from MASTER. The custom option will let the user enter a custom pricing
4. Promotion
As I said in #2 and #3, this table is to create a promotion (child) for each product from either Amazon (form #3) or GXI (form #4). ***What I want to do is that for form #2, which is default form when I click "New Promotion" on a main table, I want to add a bulk promotion based on the buyer (either Amazon or GXI) I choose.
On this form, I created the first field, "Buyer" which I have to choose between Amazon and GXI
MY QUESTION/PROBLEM
- For Example, when I choose Amazon, I want a field pop up such as model#, which looks up all the model# from Amazon table. I choose the model# that I want and then the other fields from Amazon table that associates with this model# will automatically pop up. Then I choose the pricing type so It works basically the same as form #3. I want that there is a button "Add another item" and again a field model# pops up and do the same thing. this is a bulk promotion form so it is faster and easier when I want to run a promotion for multiple items at the same time instead of going to each item. The most important is that I want each of these promotions will work exactly as when I add a promotion individually.
Is there a way to get this done?
Thanks in advance!
I have 4 tables
1. MASTER - which contains all basic information. This table (parent) is linked to both Amazon (child) and our website (child) in a relationship. The fields under each buyer will pop up depends on the choice that We choose (either Amazon or GXI or both).
2. Amazon - this table has a list of all Amazon items
All the fields are from parent table (MASTER). This table (parent) is linked to the Promotion table (child). When the link button is clicked, form #3 on Promotion is open which has the fields for Amazon pricing. There are three different pricing (regular, special, custom promo) so this form is to choose the pricing type for the this product.
3. Our website (GXI) - this table has a list of all GXI items
All the fields are from parent table (MASTER). This table (parent) is linked to the Promotion table (child). When the link button is clicked, form #4 on Promotion is open which has the fields for GXI pricing. There are three different pricing (regular, special, custom promo) so this form is to choose the pricing type for the this product. There are two different pricing (regular and special promo) so this form is to choose the pricing type for the this product.
FYI, regular and special are filled out from MASTER. The custom option will let the user enter a custom pricing
4. Promotion
As I said in #2 and #3, this table is to create a promotion (child) for each product from either Amazon (form #3) or GXI (form #4). ***What I want to do is that for form #2, which is default form when I click "New Promotion" on a main table, I want to add a bulk promotion based on the buyer (either Amazon or GXI) I choose.
On this form, I created the first field, "Buyer" which I have to choose between Amazon and GXI
MY QUESTION/PROBLEM
- For Example, when I choose Amazon, I want a field pop up such as model#, which looks up all the model# from Amazon table. I choose the model# that I want and then the other fields from Amazon table that associates with this model# will automatically pop up. Then I choose the pricing type so It works basically the same as form #3. I want that there is a button "Add another item" and again a field model# pops up and do the same thing. this is a bulk promotion form so it is faster and easier when I want to run a promotion for multiple items at the same time instead of going to each item. The most important is that I want each of these promotions will work exactly as when I add a promotion individually.
Is there a way to get this done?
Thanks in advance!