Good Morning,
I am currently using the SetFocus event to generate a number
Private Sub WetDensity_GotFocus()
mycounter = Nz(DMax("mycounter", "tblverdgrdnucleair")) + 1
End Sub
as an alternative to the Autonumbering option.
But, when i use this on a continious form, i have to...