R
Raj
I am using DLookup to verify a field against in one database to another how
can I have my query pull only the fields that do not match? Is this possible
if so I would appricate any help that can be given..
Thanks
SELECT [business unit LOOKUP - BS Post].business_unit, [business unit LOOKUP
- BS Post].BU, [business unit LOOKUP - BS Post].circuitid, [business unit
LOOKUP - BS Post].customer_account, [business unit LOOKUP - BS Post].Item_ID
AS Expr1, CustomerGroupType.customergroup
FROM [business unit LOOKUP - BS Post] INNER JOIN CustomerGroupType ON
[business unit LOOKUP - BS Post].business_unit =
CustomerGroupType.customercode;
can I have my query pull only the fields that do not match? Is this possible
if so I would appricate any help that can be given..
Thanks
SELECT [business unit LOOKUP - BS Post].business_unit, [business unit LOOKUP
- BS Post].BU, [business unit LOOKUP - BS Post].circuitid, [business unit
LOOKUP - BS Post].customer_account, [business unit LOOKUP - BS Post].Item_ID
AS Expr1, CustomerGroupType.customergroup
FROM [business unit LOOKUP - BS Post] INNER JOIN CustomerGroupType ON
[business unit LOOKUP - BS Post].business_unit =
CustomerGroupType.customercode;