Mile-O
Back once again...
- Local time
- Today, 05:49
- Joined
- Dec 10, 2002
- Messages
- 11,316
I've finally been upgraded from Access 2003 to Access 2010. Being eleven years behind the world Access appears to have changed a great deal.
One immediate issue (aside from finding out where everything is and what's new) that I'm having is that fields where I had functions as default values are now no longer working or recognised.
So, I had the classic Dev Ashish function call for getting the username in MyField. However, it seems that functions are no longer callable
Is this correct? Or is there some setting that needs ticked? Or maybe some other hoop that Microsoft, in their infinite wisdom, require us to jump through?
I've even tried, as a fall back, using =Environ("username"), but that just confirms that functions appear not to be recognised.
One immediate issue (aside from finding out where everything is and what's new) that I'm having is that fields where I had functions as default values are now no longer working or recognised.
So, I had the classic Dev Ashish function call for getting the username in MyField. However, it seems that functions are no longer callable
Unknown function 'fOSUserName' in validation expression or default value on 'MyTable.MyField'.
Is this correct? Or is there some setting that needs ticked? Or maybe some other hoop that Microsoft, in their infinite wisdom, require us to jump through?
I've even tried, as a fall back, using =Environ("username"), but that just confirms that functions appear not to be recognised.