This works in Access 2010 but not in Access 2013. I am using Tempvars's already set for a controls default values. The textboxes work great and only in 2013 does this not work for an option group. Using the Immediate window, a textbox has a default as expected on a new record and the relevant option group is null... I added the Cint in the hopes it was being glitchy with an implicit conversion but that did not work.
I'm trying to avoid setting it in code as this will mean there is a new record prematurely.
Any thoughts or ideas?
Default Value Property
I'm trying to avoid setting it in code as this will mean there is a new record prematurely.
Any thoughts or ideas?
Default Value Property
Code:
=CInt(TempVars("Default_Layout"))