Thanks for your help.
I got round it by removing the functions from the calc controls, creating an on format event and then specifying the library the function came from in the code. so:
me.txtDate=vba.date()
or me.txtCustID = vba.format(.....
Works ok now.
I think the missing...
Hi
I have just starting using PDFCreator to create PDF via code. However some users are reporting problems where the Format Function is being used. It displays #Name when formatting a date and Currency amount and an integer with leading zeros. It seems to be mainly in reports at the moment...
Hi
First post so hopefully this comes through ok.
If I understand you right you want to be able to run many reports effectively using the same paramters (ie Start and End Date) without having to constantly fill in the parameter pop-ups?
For this I usually create a Menu form with a button...