G
Glen
I have a primary table with 2 fields (JobIn and JobOut)
that both contain a job number. A secondary table has
JobNumber and JobDesc. When I link the JobNumber to both
the fields in the primary table and set the join to
include all records from the primary and only matches
from the secondary, the result is a join with AND between
the two links. If I manually change the AND to OR,
Access will no longer show me Design mode for the query.
The end of the SQL is:
ON (vMasterTemplate.JobNumber =
InventoryTransactions.ToJobID) AND
(vMasterTemplate.JobNumber =
InventoryTransactions.FromJobID);
Is there a better way to do this?
Thanks
that both contain a job number. A secondary table has
JobNumber and JobDesc. When I link the JobNumber to both
the fields in the primary table and set the join to
include all records from the primary and only matches
from the secondary, the result is a join with AND between
the two links. If I manually change the AND to OR,
Access will no longer show me Design mode for the query.
The end of the SQL is:
ON (vMasterTemplate.JobNumber =
InventoryTransactions.ToJobID) AND
(vMasterTemplate.JobNumber =
InventoryTransactions.FromJobID);
Is there a better way to do this?
Thanks