I am trying to use a parts database to help complete a bill of materials. My db looks like this:
Part Number, Description , Material Specs
060001 , 1/4" hex nut, Zinc
060002 , 1/4" hex nut, Self colored
060003 , 3/8" hex nut, Zinc
060004 , 3/8" hex nut, Self colored
In my Bill of Material workbook I would like to beable to type in the Part Number in Column A and have it retrieve the information from the db in the other work book. So if I type in 060004 in A2, B2 would get the 3/8" hex nut form the db workbook and B3 would get the Zinc form the db workbook. I dont know if dget and a if loop is the correct way to go, or if I will need v-basic......
any help would be great..
Bookmarks