Geoff Codd
Registered User.
- Local time
- Today, 23:20
- Joined
- Mar 6, 2002
- Messages
- 190
I have the following calculation which is placed in a text box on my report, I've used it before and it work but now all I get is
"The expreesion you have entered contains invalid syntax or you need to enclose your text data in quotes"
=DateAdd("d", -1, Format("01/" & Format(DateAdd("m", 1,Date()), "mm/yy"), "dd/mm/yy"))
Any ideas appreciated
Thanks
Geoff
"The expreesion you have entered contains invalid syntax or you need to enclose your text data in quotes"
=DateAdd("d", -1, Format("01/" & Format(DateAdd("m", 1,Date()), "mm/yy"), "dd/mm/yy"))
Any ideas appreciated
Thanks
Geoff