Ok so i gave it shot.. and the debugger comes up...
So since i am a big access dumdum
lets say my table is "table1"
my form is "form1"
the field in question is in "table1" named "auth#"
here is what i put into the code:
Private Sub Form_Load()
Me.auth#.InputMask = Format(Date, "yy-") &...