Hi all;
Can anybody tell me why the following doesn't work in my update query? I've had a good look around online but there's not much help out there:
It's in the "Update To:" part of an existing field in the Access query grid. I click the "Run Query" button and nothing happens, the fields aren't updated and there's not even an error message. I even tried this string as a calculated field in a select query (to try it out) and again, blank fields and no error message.
Any ideas?
Thanks!
Can anybody tell me why the following doesn't work in my update query? I've had a good look around online but there's not much help out there:
Code:
nz(DSum("[AcctBalance]","[tblAccounts]","[tblCustomers]![CustID]=[tblAccounts]![CustID]"))
Any ideas?
Thanks!
Comment