Original weekday? If a particular date was a Tuesday when
will it ever NOT be a Tuesday?
Format([YourDateField], "dddd") will give the day of the
week for the date in the input field. It will produce the
same result for a given date no matter when you run it.
Original weekday? If a particular date was a Tuesday when
will it ever NOT be a Tuesday?
Format([YourDateField], "dddd") will give the day of the
week for the date in the input field. It will produce the
same result for a given date no matter when you run it.