I have a query that should idealy show all of the results from one table and whatever exist in the other.
In other words, not every record in tblOne has a corresponding record in tblTwo. Yet, I need every field in tble need to be listed in the query results.
I don't know if there is an answer for this, short of creating a dummy value in tblTwo on the fly (and I'm not sure where to begin to do that).
Bottom line... is there a way to get query results for records that are not found?
Thanks in advance.
In other words, not every record in tblOne has a corresponding record in tblTwo. Yet, I need every field in tble need to be listed in the query results.
I don't know if there is an answer for this, short of creating a dummy value in tblTwo on the fly (and I'm not sure where to begin to do that).
Bottom line... is there a way to get query results for records that are not found?
Thanks in advance.