actionashley
Josey Wales
- Local time
- Today, 15:20
- Joined
- Jun 16, 2010
- Messages
- 39
Hello All,
I have a bill of materials form with a search box up top that will give me the components and usages of top level products in a sub form. Some of these components themselves have bills of materials associated with them also so what I want to do is be able to click on the component part number and have the bom change to show that numbers bom. Hope this makes sense.
I just don't know the syntex to complete this.
Thanks for any help anyone can provide.
I have a bill of materials form with a search box up top that will give me the components and usages of top level products in a sub form. Some of these components themselves have bills of materials associated with them also so what I want to do is be able to click on the component part number and have the bom change to show that numbers bom. Hope this makes sense.
Private Sub ComponentMaterial_Click()
'set the componet number=the product number
'requery based on new product number
End Sub
I just don't know the syntex to complete this.
Thanks for any help anyone can provide.
