L
LEWhite
I want to make it easier for my salesfoce to build a Bill Of Material. I have
a sheet that the users will not be modifing which contains a full table from
an SQL database on an MSSQL server. This is my master list of items available
to be put into the BOM. I want to take the second sheet and put in a drop
down list describing the product classes. My user will select the type of
product and this will then need to search the other sheet and populate the
list. For example, the user picks a product class of assembly. All assemblies
are listed with a part number starting with 'AS'. So I want the list to
populate with all of the AS part numbers from the other sheet. I would also
like the part number list to show the description of the part chosen. Most
people don't remember the parts by the number but by the name. So after they
select the assembly attribute the list created for them to select the part
from should show them the name of the assembly not the part number.
Could one of you please point me in the correct direction of how to do this?
I was thinking that I should place a VBA button on the sheet. After the
product class has been selected then that button could trigger the creation
of the list. I don't know how to create that list in the VBA and have it
display on the sheet as a drop down. Any and all help would be appreciated.
L.E.White
a sheet that the users will not be modifing which contains a full table from
an SQL database on an MSSQL server. This is my master list of items available
to be put into the BOM. I want to take the second sheet and put in a drop
down list describing the product classes. My user will select the type of
product and this will then need to search the other sheet and populate the
list. For example, the user picks a product class of assembly. All assemblies
are listed with a part number starting with 'AS'. So I want the list to
populate with all of the AS part numbers from the other sheet. I would also
like the part number list to show the description of the part chosen. Most
people don't remember the parts by the number but by the name. So after they
select the assembly attribute the list created for them to select the part
from should show them the name of the assembly not the part number.
Could one of you please point me in the correct direction of how to do this?
I was thinking that I should place a VBA button on the sheet. After the
product class has been selected then that button could trigger the creation
of the list. I don't know how to create that list in the VBA and have it
display on the sheet as a drop down. Any and all help would be appreciated.
L.E.White