G
Guest
I include a control on the page footer of all reports to show the current date, with control source as follows:
=Format(Date(), "dd/mm/yyyy")
When the report opens, it cannot resolve the functions and instead displays parameter prompt dialog boxes for Format and Date
This problem doesn't occur on my own PC or others that I tested it on with existing full-blown or runtime software versions installed. However, I have distributed my application and the Access97 runtime software to a client who installed it all afresh. I suspect that I've failed to distribute certain required files as part of the runtime package
=Format(Date(), "dd/mm/yyyy")
When the report opens, it cannot resolve the functions and instead displays parameter prompt dialog boxes for Format and Date
This problem doesn't occur on my own PC or others that I tested it on with existing full-blown or runtime software versions installed. However, I have distributed my application and the Access97 runtime software to a client who installed it all afresh. I suspect that I've failed to distribute certain required files as part of the runtime package