O
owilson
Hi,
I have the following SQL statement:
strSQL = "UPDATE BillingTable " _
& "SET Percentage = Jan " _
& "WHERE YearMonth = YearMonth;"
It works except that it updates all the records, not just
the ones where YearMonth = YearMonth.
Any suggestions would be greatly appreciated.
I have the following SQL statement:
strSQL = "UPDATE BillingTable " _
& "SET Percentage = Jan " _
& "WHERE YearMonth = YearMonth;"
It works except that it updates all the records, not just
the ones where YearMonth = YearMonth.
Any suggestions would be greatly appreciated.