I'm having a problem with some customers having a Function error when they run any thing with the Format function in it. The code is
I run it on my machine with not problems. I've also loaded the program onto a customers computer that has Access and if I look at the references I see no broken ones. If I run the program in Access the format function works. If I run it in the runtime using the .accdr It comes up with the error. It's not just the Year: format that has problems it's anything that uses the Format function. Does anybody have any idea what's happening or what I can do to fix this issue.
Thanks for any help.
Code:
YEAR: (Format([Params.shoot_date],"yyyy"))
Thanks for any help.
Comment