ACCESS 97
Hi, I have a text box in a report and I am trying the following within expression builder:
=IIf([Offer/Subscription End Date] Is Null,"To be advised","From " & Format([Offer/Subscription Start Date] , "long date") & " to " & Format([Offer/Subscription End Date] , "long date"))
I have also tried "dd/mmmm/yy"
I get the following error message "The function you entered can not be used in this expression."
Can I fix this expression, or is there another way I can combine the text elements of above with the date fields whilst having a long date format?
Any help very much appreciated
Hi, I have a text box in a report and I am trying the following within expression builder:
=IIf([Offer/Subscription End Date] Is Null,"To be advised","From " & Format([Offer/Subscription Start Date] , "long date") & " to " & Format([Offer/Subscription End Date] , "long date"))
I have also tried "dd/mmmm/yy"
I get the following error message "The function you entered can not be used in this expression."
Can I fix this expression, or is there another way I can combine the text elements of above with the date fields whilst having a long date format?
Any help very much appreciated