Aerowolf
Programmer
- Nov 6, 2002
- 64
I have a form where the user enters the sales order number and then hits a "Print Labels" button.
The button opens qryVAN00 which queries the sales order table and filters it based on the sale order number entered.
For each record in the query I need to grab the value in the ItemKey field and then open a report to print the label for that item.
How do I reference the ItemKey field in the query to be able to do this?
Thanks
Edwin
The button opens qryVAN00 which queries the sales order table and filters it based on the sale order number entered.
For each record in the query I need to grab the value in the ItemKey field and then open a report to print the label for that item.
How do I reference the ItemKey field in the query to be able to do this?
Thanks
Edwin