Hello All,
I have been working for some time to develop a pipe fabrication database. You can find more information on the background of this project at the following two posts:
https://www.accessforums.net/databas...ign-32250.html
https://www.accessforums.net/databas...und-41969.html
What I am now trying to accomplish is the forms which the user would interface with to add "products". In this case, the "product" is based on the user specify a certain set of variables which leads to a unique productID and associated price. To establish a price the user must specify the following variables (my intent was to have these as cascading drop downs).
- Component
- System
- Task Category
- Task Type
- Task
- Rating
- Size
For each unique combination of these variables there is a set price. In the attached images I have shown the relationship diagram for this project, some sample data from the products table, as well sample data for each table that feeds into the product table (apparently there is a 5 attachment limit so the remaining tables will follow in a second post).
The form that I am trying to complete would allow the user to select and store variables into the "tblDrawingLineItems" table. I would like to have the form in a table style where, when the user has complete one row, they move down one row and repeat the process. I am struggling to create this form right now because I want to be able to have cascading combo boxes to have the user input the variables to reach a product ID, and then have this product ID stored in "tblDrawingLineItems". However, if I make a unbounded combo box with a row source being a query based on "tblProducts", this unbounded combo box has the same value for every row in the form. Do I need to then have a field in the "tblDrawingLineItems" that stores the selection for each variable? I am probably missing something vary simple and fundamental (lesson: don't work on access projects at midnight).
Anyway, if anyone out there can make sense of my question and has some input, that would be greatly appreciated as I am hoping to meet a self-imposed deadline of completing this form by tomorrow PM.
Please let me know if any other information would be helpful - further attachments to follow.