jsanders
If I Only had a Brain
- Local time
- Today, 08:00
- Joined
- Jun 2, 2005
- Messages
- 1,910
It seems I continue to run into this problem.
A company sells products in packages.
Example: Let’s say you build PCs
All of your PCs are sold as a complete product with 10 or so components
Your choices are to reenter every item each time you make a new quote, or automate the process.
This is the current method
Step1:
Create multiple tables identical with the orders detail table, and create all of the records needed to satisfy the order packages. Each table is one order package.
Step 2:
Create an order as you normally would.
Step 3:
Change the linking number in the package table (to the appropriate order number)
Step 4:
Paste the contents if the table into the Order Detail Table.
This works well but is labor intensive, and is not error proof.
So finely the question. Is there a way to automate this process with the selection being made form either a drop down list or a query .
My gut tells me it a macro thing but I don’t use macros for much and my VBA skills are limited to adapting code that I pick up here and there.
Any guidance would be greatly appreciated.
Sincerely,
Joe
A company sells products in packages.
Example: Let’s say you build PCs
All of your PCs are sold as a complete product with 10 or so components
Your choices are to reenter every item each time you make a new quote, or automate the process.
This is the current method
Step1:
Create multiple tables identical with the orders detail table, and create all of the records needed to satisfy the order packages. Each table is one order package.
Step 2:
Create an order as you normally would.
Step 3:
Change the linking number in the package table (to the appropriate order number)
Step 4:
Paste the contents if the table into the Order Detail Table.
This works well but is labor intensive, and is not error proof.
So finely the question. Is there a way to automate this process with the selection being made form either a drop down list or a query .
My gut tells me it a macro thing but I don’t use macros for much and my VBA skills are limited to adapting code that I pick up here and there.
Any guidance would be greatly appreciated.
Sincerely,
Joe