In Access Continuous Form, how do I set the Default Value to be the previous entry?
So if I have a field say “A”, and I am entering a whole bunch of rows, in the first row, I enter “1”, so for every next row that I enter, I want them to all just automatically have “1” already.
In the after update event of the control, set the default value to the value of the control.