I have the following expression in a query:
FirstDayofWeek: [DateAdded]-Format([DateAdded],"w",2)
My problem is that whenever the DateAdded field is blank the message #Error appears. Is it possible for me to modify the expression so that records returning #Error simply just display a null field?
Thanks.
--
Mike
Why make it simple and efficient when it can be complex and wonderful?
FirstDayofWeek: [DateAdded]-Format([DateAdded],"w",2)
My problem is that whenever the DateAdded field is blank the message #Error appears. Is it possible for me to modify the expression so that records returning #Error simply just display a null field?
Thanks.
--
Mike
Why make it simple and efficient when it can be complex and wonderful?