penandpaper
Registered User.
- Local time
- Today, 11:56
- Joined
- Aug 7, 2017
- Messages
- 20
Hello,
I'm very new with MS Access and have a brief background on SQL.
I'm having problems with deleting this query:
DELETE a FROM Sheet1 a
LEFT JOIN Sheet1 AS b ON
a.Subledger = b.Subledger AND
a.[Object Account] = b.[Object Account] AND
a.[Actual Ammount] = -b.[Actual Ammount]
WHERE b.Subledger IS NOT NULL
The error say's that Microsoft Can't Represent The Join Expression in
a.[Actual Ammount] = -b.[Actual Ammount]
Any Help on this is greatly appreciated.
I'm very new with MS Access and have a brief background on SQL.
I'm having problems with deleting this query:
DELETE a FROM Sheet1 a
LEFT JOIN Sheet1 AS b ON
a.Subledger = b.Subledger AND
a.[Object Account] = b.[Object Account] AND
a.[Actual Ammount] = -b.[Actual Ammount]
WHERE b.Subledger IS NOT NULL
The error say's that Microsoft Can't Represent The Join Expression in
a.[Actual Ammount] = -b.[Actual Ammount]
Any Help on this is greatly appreciated.
