Well I'm creating a database at work for my teams for our yearly cost increases from our suppliers.
This database will have a field for Supplier #, Prod Mgr Code, Rolling 12 COGS, Proposed % Increase, Revised % and Accepted %.
I have created some fields in a query to produce the $ Impact Prop'd/Rev'd/Acct'd based on the ( * COGS), with a tabular form displaying all results.
On the main form the user will pick a team then PM(Product Manager) to view from Comboboxes. After choosing a PM they submit and it should load the 2nd form with the query to display the results. The Combo value of the PM needs to be displayed in a label on form2 and also populate the criteria for the query.
List of necessities:
Please let me know if anything is unclear and I will try to explain again the best that I can. Thank you in advance for your help.
This database will have a field for Supplier #, Prod Mgr Code, Rolling 12 COGS, Proposed % Increase, Revised % and Accepted %.
I have created some fields in a query to produce the $ Impact Prop'd/Rev'd/Acct'd based on the ( * COGS), with a tabular form displaying all results.
On the main form the user will pick a team then PM(Product Manager) to view from Comboboxes. After choosing a PM they submit and it should load the 2nd form with the query to display the results. The Combo value of the PM needs to be displayed in a label on form2 and also populate the criteria for the query.
List of necessities:
- Get Cbo.value to display in text box on form2
- Header of form2 should display totals (total cogs for all suppliers listed, total $ impact for each(Prop/Rev/Acct).
- Guidance.
Please let me know if anything is unclear and I will try to explain again the best that I can. Thank you in advance for your help.