I have a field on my form that needs to stay the same even if moving to another record,it is a bound field and the name is Bank.
Here is my code that runs on the OnCurrent Event.
[Me].[Bank].[DefaultValue]="""" & [Me].[Bank].[Value] & """"
I tells me invalid use of dot or operator or parenthesis.
Maybe another way to do this but I am coming up blank.