I have a control on a form defined with the following formula:
=[Date]+Choose(Weekday([Date]),5,4,3,7,6,5,6)
It takes the user enters a date into the [Date] field and this field calculates the due date for a project. The control works fine, however, when you go to add a new record, the control displays #Error until the user enters a date.
This is just cosmetic, but how can I make this control just be blank until the user enters the date?
Thanks.
=[Date]+Choose(Weekday([Date]),5,4,3,7,6,5,6)
It takes the user enters a date into the [Date] field and this field calculates the due date for a project. The control works fine, however, when you go to add a new record, the control displays #Error until the user enters a date.
This is just cosmetic, but how can I make this control just be blank until the user enters the date?
Thanks.