I have a autonumber field as the Primary key. On a new record, the user sees (Autonumber). Once the first item is entered and the record is created, it is given an autonumber. How can I hide this autonumber txtBox until it has a value/ the record has been started?
I tried checking for a null value in the Autonumber txtBox using the Form_OnCurrent property, but this only fires after leaving the record.
I realize I could set this using the After Update of say the first control on the form, but this won't take into account that someone may skip to another control first.
Thanks. Sean.
I tried checking for a null value in the Autonumber txtBox using the Form_OnCurrent property, but this only fires after leaving the record.
I realize I could set this using the After Update of say the first control on the form, but this won't take into account that someone may skip to another control first.
Thanks. Sean.