doctorswamp
Technical User
Hi
Have an orders form that lists customer details, with order items in a subform. The items may come from different suppliers.
I want to select the items for a particular supplier, generate a report, and flag these items as ordered, ie with subform fields Supplier and Ordered, select all items for supplier XYZ then update Ordered to Yes for just these.
Doing this with select and update queries is fine.
I'd like now to be asked for the Supplier name instead of having it as a fixed criterion, then feed this into the select query for the report and the update query for the flag.
Thanks
Have an orders form that lists customer details, with order items in a subform. The items may come from different suppliers.
I want to select the items for a particular supplier, generate a report, and flag these items as ordered, ie with subform fields Supplier and Ordered, select all items for supplier XYZ then update Ordered to Yes for just these.
Doing this with select and update queries is fine.
I'd like now to be asked for the Supplier name instead of having it as a fixed criterion, then feed this into the select query for the report and the update query for the flag.
Thanks