Determining the day of the week far into the future.

F

Frank Martin

I have Access2003 and a form to book future dates.

The form is based on a query with the fields:
MessageID,
TodaysDate,
MessageDate,
Time,
Message.

Is there an expression I can put into this query that will
find the day of the week for some booked event year (or so)
ahead?

Please help, Frank
 
F

Frank Martin

Many thanks - this worked brilliantly. I was lost in the
"WeekdayName Function".
Frank


message
Yes --
Future_Date: Format([BookedDate], "dddd")
--
KARL DEWEY
Build a little - Test a little


Frank Martin said:
I have Access2003 and a form to book future dates.

The form is based on a query with the fields:
MessageID,
TodaysDate,
MessageDate,
Time,
Message.

Is there an expression I can put into this query that
will
find the day of the week for some booked event year (or
so)
ahead?

Please help, Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top