Hello my friends,
I'm trying to find a way on how can i change the default value of an unbound field.
Example:
I have one form which includs two unbound fields (the Field1 & Field2).
What i want is:
Each time when i change the value on Field1 (Control Field) i want to change the DefaultValue on field [Field2]. Although I have found a way to do this with a simple line of code (on the "After Update" event of the first field - attached following) (Me.Field2.DefaultValue = Me.Field1.Value) but it doesn't work. When I say "doesn't work" i mean that, when you close the form and then re-open it, the default value of [Field2] remain as before..!!
Your lights and any idea for help appreciated.
Thanks in advanced