Can anyone help? i how do you do an update query in MS ACCESS but I only want to update the all records except for the very first record. So everytime I hit update query it will update all fields except for the first record.
Okay, I kind of figured that part out, but I am not really a programmer so I do not know exactly how to tell it to exclude. I do have an Unique ID Field that can do be the identifier, could you tell me what to write to exclude.
Here is my SQL:
UPDATE [Daily Activity-Millennium] SET [Daily Activity-Millennium].AVAILABLE_INV = (DLookUp("[AVAILABLE_INV]","Daily Activity-Millennium","[DailyID]=" & [DailyID]-1))+[MEOH_MILLEN]-[TOTAL_TAKE];
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.