I have created a database to track customers, orders, invoicing, etc. I need help with the orders subform (order details). My table structure is customers (one) to orders (many), orders (one) to order details (many), and products (one) to order details (many). The order details table has each line item for the order including quantity and price charged, etc.
To speed up the process of entering orders I would like to make it so that products could be auto entered into the subform. For instance, one of our orders might be a chimney, which has many different parts (or products). In stead of going through and trying to find every little piece that goes with the order I would like it to auto enter off of a dropdown menu.
For instance if I were to pick “standard 12’ chimney” out of the drop down list it would enter all of the products and quantities for that order automatically. Right now I have it set where I made bogus orders for the chimney and just copy and paste the information from that subform to the new order subform.
I was wondering if it is possible to get it to automatically copy and paste those records (from one subform to the other) without having to open the fake order and copy stuff, then close it and start a new order to paste it into manually like I need to do now. I also thought of making another table that has a relationship to products (most likely many to many) so that I could have “standard 12’ chimney” related to all of the individual products that makes up the chimney. That way I could choose it out of the dropdown and it would query the table and find out what products and quantity go along with it and enter it into the subform for the order that is currently open.
I consider myself beginner/intermediate level of access programming
I don’t know if either of these are possible or of there is a better way to do it. If you could please help, or point me in the right direction I would appreciate it. And if you need more information let me know.
Thank you.
To speed up the process of entering orders I would like to make it so that products could be auto entered into the subform. For instance, one of our orders might be a chimney, which has many different parts (or products). In stead of going through and trying to find every little piece that goes with the order I would like it to auto enter off of a dropdown menu.
For instance if I were to pick “standard 12’ chimney” out of the drop down list it would enter all of the products and quantities for that order automatically. Right now I have it set where I made bogus orders for the chimney and just copy and paste the information from that subform to the new order subform.
I was wondering if it is possible to get it to automatically copy and paste those records (from one subform to the other) without having to open the fake order and copy stuff, then close it and start a new order to paste it into manually like I need to do now. I also thought of making another table that has a relationship to products (most likely many to many) so that I could have “standard 12’ chimney” related to all of the individual products that makes up the chimney. That way I could choose it out of the dropdown and it would query the table and find out what products and quantity go along with it and enter it into the subform for the order that is currently open.
I consider myself beginner/intermediate level of access programming
I don’t know if either of these are possible or of there is a better way to do it. If you could please help, or point me in the right direction I would appreciate it. And if you need more information let me know.
Thank you.