dmackenzie
Programmer
This should be straightforward but I am STUCK! I have multiple tables joined in a query. One of the tables may or may not have data...if it does i want to get it..if not, i still want other fields from other tables.
UGG hard to explain. Lets say i have an order header table. Each order can have multiple items, so there is a table for that. Each one of these items may have additional detail messages in yet another table. I want the query to bring back the header info, item info, and detail messages IF they exist..if they do not exist just give me header and line items.
UGG hard to explain. Lets say i have an order header table. Each order can have multiple items, so there is a table for that. Each one of these items may have additional detail messages in yet another table. I want the query to bring back the header info, item info, and detail messages IF they exist..if they do not exist just give me header and line items.