P prabhu Registered User. Local time Today, 11:50 Joined Apr 21, 2010 Messages 54 Aug 26, 2010 #1 In my forms, i need to calculate 30 working days/weekdays from today/everyday, i used DateAdd("w", 30,Date()), but it return only the calender days not the weekdays; How get weekday for period of 30days?
In my forms, i need to calculate 30 working days/weekdays from today/everyday, i used DateAdd("w", 30,Date()), but it return only the calender days not the weekdays; How get weekday for period of 30days?
Trevor G Registered User. Local time Today, 10:50 Joined Oct 1, 2009 Messages 2,361 Aug 26, 2010 #2 Look at this link to Microsoft there is an explanation http://office.microsoft.com/en-us/a...-between-two-dates-in-access-HA001055078.aspx
Look at this link to Microsoft there is an explanation http://office.microsoft.com/en-us/a...-between-two-dates-in-access-HA001055078.aspx
P prabhu Registered User. Local time Today, 11:50 Joined Apr 21, 2010 Messages 54 Aug 26, 2010 #3 thanks, but this is to caluculate the no working days bw two dates, in my case, i need to calculate the 30th working day from today.
thanks, but this is to caluculate the no working days bw two dates, in my case, i need to calculate the 30th working day from today.
Trevor G Registered User. Local time Today, 10:50 Joined Oct 1, 2009 Messages 2,361 Aug 27, 2010 #4 Surely the link gives you the details you need, you would adapt this to the parameters you need.