E
Eric
hello;
i'm trying to create a simple BOM program using Access.
-i have a table created that have my assembly top-level
number, plus all their components and quantities.
-i created a list box to pick the assemblies from which
moves them from the pick list box to a second list box.
-i created a query which sees what is in the second list
box.
-i created a report that displays the query.
here's the results: i can select any number of
assemblies for a report, and the report shows the
assembly number, as well as it's subcomponents and how
many of each are needed.
here's what i need: to be able to specify *how many* of
each assembly i want, then have a report generated that
shows that i need X quantity of this assembly, and shows
that i will need X numbers of its subcomponents.
it seems that all i need is to be able to input a desired
quantity into a text box for each assembly i have on a
report, then have some code that multiplies the needed
subcomponent quantity (which is in a table) by that
number, then that's what the report displays.
just not sure how to (1) associate a quantity input text
box for each assembly every time and (2) how to multiply
that quantity into the subcomponents to display it on a
report.
any ideas?
-eric
i'm trying to create a simple BOM program using Access.
-i have a table created that have my assembly top-level
number, plus all their components and quantities.
-i created a list box to pick the assemblies from which
moves them from the pick list box to a second list box.
-i created a query which sees what is in the second list
box.
-i created a report that displays the query.
here's the results: i can select any number of
assemblies for a report, and the report shows the
assembly number, as well as it's subcomponents and how
many of each are needed.
here's what i need: to be able to specify *how many* of
each assembly i want, then have a report generated that
shows that i need X quantity of this assembly, and shows
that i will need X numbers of its subcomponents.
it seems that all i need is to be able to input a desired
quantity into a text box for each assembly i have on a
report, then have some code that multiplies the needed
subcomponent quantity (which is in a table) by that
number, then that's what the report displays.
just not sure how to (1) associate a quantity input text
box for each assembly every time and (2) how to multiply
that quantity into the subcomponents to display it on a
report.
any ideas?
-eric