Hi, I have encountered a problem where my expressions for a text box work out just fine on my machine, but fail (mostly) on a friend's machine.
There are two differences between our machines:
1) Friend has German version of Windows and German (I think?) Access2016 runtime
2) Friend has a runtime version of Access 2016 (the free Access 'player' from Microsoft), not a full version, whereas I have full version of Access 2016
Both of us run the same .accde file. See screenshot below how the expressions resolve on my PC and friend's. The only two expressions that don't fail are IIF() and Now(). Oddly enough, Date() fails, even tho Now() resolves.
Anyone able to advise? I know I can do those expressions in VBA, just want to know what's happening.
See screenshots below (can't post direct links yet on the forum):
My machine
Friend's machine:
There are two differences between our machines:
1) Friend has German version of Windows and German (I think?) Access2016 runtime
2) Friend has a runtime version of Access 2016 (the free Access 'player' from Microsoft), not a full version, whereas I have full version of Access 2016
Both of us run the same .accde file. See screenshot below how the expressions resolve on my PC and friend's. The only two expressions that don't fail are IIF() and Now(). Oddly enough, Date() fails, even tho Now() resolves.
Anyone able to advise? I know I can do those expressions in VBA, just want to know what's happening.
See screenshots below (can't post direct links yet on the forum):
My machine
Code:
i.imgur.com/ZYhYYDz.png
Code:
i.imgur.com/gIGNd1l.png