DavyLad
01-03-2008, 05:52 AM
Hi there. I am trying to calculate the day from a date. I apologise for not knowing the correct function, but have not used Access for some time. Many thanks
David
David
|
View Full Version : Date to day DavyLad 01-03-2008, 05:52 AM Hi there. I am trying to calculate the day from a date. I apologise for not knowing the correct function, but have not used Access for some time. Many thanks David johndoomed 01-03-2008, 06:00 AM strDay= Format(strDate, "dddd") will give you the day. Check out the function "Weekday" for more advanced calculations. DavyLad 01-03-2008, 09:56 AM Thanks a lot John |