K
Ken N
I run an UPDATE action query by providing the SQL string
to a DoCmd Method:
strSQL = "UDATE myTable innerjoin on anothertable On
myTable.CustID= anotherTable.CustID sET myTable.amount =
myTable.amount + DSUM(anotherTable.amount, anotherTable)
WHERE anotherTable.Date < date() - 180"
This sQL string works in an acion query, but doesn't
update the records when run from VBA
Any Help?
to a DoCmd Method:
strSQL = "UDATE myTable innerjoin on anothertable On
myTable.CustID= anotherTable.CustID sET myTable.amount =
myTable.amount + DSUM(anotherTable.amount, anotherTable)
WHERE anotherTable.Date < date() - 180"
This sQL string works in an acion query, but doesn't
update the records when run from VBA
Any Help?