I have imported data where I need to strip out (exclude) certain records. I will then take those records to invoice from.
How could I do a "not equal" join?
Tables: tblMarchTransactions, tblPLSUserIDs
I basically need to see all fields in tblMarchTransactions, but I need to exclude any transactions where tblMarchTransactions.UserID = tblPLSUserIDs.UserID.
Suggestions?
Thanks for your help.
lymi6977
How could I do a "not equal" join?
Tables: tblMarchTransactions, tblPLSUserIDs
I basically need to see all fields in tblMarchTransactions, but I need to exclude any transactions where tblMarchTransactions.UserID = tblPLSUserIDs.UserID.
Suggestions?
Thanks for your help.
lymi6977