I'd like to set default value for a field in a table from a form.
I tried:
MyTable!MyField!DefaultValue = Me.myLastName
But it's telling me "Object Required".
I must not be going about this in the right way.
I have a simple form that uses this table. When the user creates a new record I want it to automatically enter their last name.
Thanks
I tried:
MyTable!MyField!DefaultValue = Me.myLastName
But it's telling me "Object Required".
I must not be going about this in the right way.
I have a simple form that uses this table. When the user creates a new record I want it to automatically enter their last name.
Thanks