In Access 2007, I have tried using this line of code to number the next record on a form in the BeforeUpDate Event Procedure, but nothing happens:
CountID = DMax("[CountID]", "[tblBalance]") + 1
Instead of using AutoNumber, I am using Number as the data type, and I have read that using...