I would like to create a summary report that will show the major aspects of a record. However these major aspects come from three different tables and I know I need to somehow join them in a query (I tried a Union query but couldn't quite figure it out). Here are the fields:
Table a: ManComplete
BlueTagged
Table b: SourceReady
Table c: Shipped
The records are identified by a SONum which is the primary key in each table so of course I would like to display that also. Thanks for any help!!
Table a: ManComplete
BlueTagged
Table b: SourceReady
Table c: Shipped
The records are identified by a SONum which is the primary key in each table so of course I would like to display that also. Thanks for any help!!