Trying to set criteria for a field on a form based on the selection made in another field on the same record in the form. Specifically:
The database includes a sales order header table and a sales order detail table. In the form we are entering in additional information to a third table that pertains to the sales order details. I have a combo box set up to select a sales order
number from a sales order query. The next field on the form is for the Item ID and currently lists all items on all sales orders. We would like to set the criteria so that only the items from the selected sales order are included in the list from
the combo box.
Sales Order Query includes:
Reference (Sales Order No) / Description / Post Order (field for linking to Sales Order Details)
Sales Order Detail Query includes:
Item ID / Reference (Hdr) / Post Order (field for linking to Sales Order Header)