I need to show sales orders and purchase orders in the same grid on a form.
The columns on the grid will be similar fields from SalesTable and PurchTable (Eg: Order#, Mode of delivery, Delivery Terms, Carrier etc)
There will be a check box next to the order#. User will pick what ever orders they want by clicking the check box. User will then click a button to process those orders.
I can not join SalesTable and PurchTable and have them as form datasource. (Our data for Sales orders and purchase orders are not inter company orders and are not related. Sales orders and purchase orders are seperate orders)
Should i create a tempTable and use that as the form data source and load the sales orders and purchase orders into the tempTable?
I also need to filter which sales orders and purchase orders show on the form.
any ideas? thanks.
*This post is locked for comments
I have the same question (0)