Lister
Z Shift
- Local time
- Today, 16:52
- Joined
- Aug 24, 2003
- Messages
- 305
Hi Guys
Have a spot of bother with a format function in a 97-db report that I am Fixing.
I was asked if I could fix some reports that have never worked, I opened them up and had a look.
The field had the following code.
Both these fields should return a value and the underling source data is the correct format and type.
I know that it’s the Format() that is causing the problem. I have tested and tested and it come back to format() each time, with the attached error message.
In this LINK , which looks just like the problem I am having, it says that I could be missing an ActiveX control.
If I am, could anyone tell me where I could get it and where I would have to insert it?
Thanks for any help
Have a spot of bother with a format function in a 97-db report that I am Fixing.
I was asked if I could fix some reports that have never worked, I opened them up and had a look.
The field had the following code.
Code:
=”Payment No “& [PaymentNo] &”until “& Format([PayDate],”Long Date”)
Also (another field that returns just #Name?)
="Contract Sum = " & Format(DSum("[quantity]*[rate]","[Schedule Of Rates]","([Variation No] = null) And ([ContractNo] = [Contract Number] )"),"Currency") & " (GST Exclusive)
Both these fields should return a value and the underling source data is the correct format and type.
I know that it’s the Format() that is causing the problem. I have tested and tested and it come back to format() each time, with the attached error message.

In this LINK , which looks just like the problem I am having, it says that I could be missing an ActiveX control.
If I am, could anyone tell me where I could get it and where I would have to insert it?
Thanks for any help
