F
Frustrated
A table contains material description and also the
material "group" to which each description belongs.
For instance glass tempered & glass double pane are both
in the group "glass" and metal silver & metal black are
both in the group "metal".
Have a form for a PO that contains both the material
description and the material group to which the material
description belongs. Since the material description
uniquely identifies the material group, I want to auto
populate material group. I defined a query that gets the
right group given the description but have been unable to
automate passing the argument(ie: the description
selected from a combo box) to the query. Instead,
whenever I run the form and it gets to the event that
invokes the query, it pops up a window seeking the
description. If I enter the description and click OK, all
works but that should not be needed - there is a way to
pass the description selected from the combo box to the
query but I have been unable to figure it out.
Can anyone help?
Thanks,
Frustrated
material "group" to which each description belongs.
For instance glass tempered & glass double pane are both
in the group "glass" and metal silver & metal black are
both in the group "metal".
Have a form for a PO that contains both the material
description and the material group to which the material
description belongs. Since the material description
uniquely identifies the material group, I want to auto
populate material group. I defined a query that gets the
right group given the description but have been unable to
automate passing the argument(ie: the description
selected from a combo box) to the query. Instead,
whenever I run the form and it gets to the event that
invokes the query, it pops up a window seeking the
description. If I enter the description and click OK, all
works but that should not be needed - there is a way to
pass the description selected from the combo box to the
query but I have been unable to figure it out.
Can anyone help?
Thanks,
Frustrated