Hello, I want my user to be able to enter a job number manually, but I don't want them to be able to change it once it's done... I had this code
but access give me an error 2164Code:If Me.NewRecord = True Then Txt_No.Enabled = True Else Txt_No.Enabled = False End If
any idea ?