ghudson Registered User. Local time Today, 17:47 Joined Jun 8, 2002 Messages 6,194 May 24, 2010 #1 Searching has left me dazed and confused on this one. I need a simple calculation to obtain the date of the first Monday of the current month in a field in a report? Thanks in advance for your help!
Searching has left me dazed and confused on this one. I need a simple calculation to obtain the date of the first Monday of the current month in a field in a report? Thanks in advance for your help!
boblarson Smeghead Local time Today, 14:47 Joined Jan 12, 2001 Messages 32,059 May 24, 2010 #2 REMOVED URL as the code is not working properly. Last edited: May 24, 2010
ghudson Registered User. Local time Today, 17:47 Joined Jun 8, 2002 Messages 6,194 May 24, 2010 #3 Thanks Bob. Odd, but when I tried... ?GetFirstOfDay("Mon") or MsgBox GetFirstOfDay("Mon") The function returns 5/1/2010 but 5/3/2010 is the 1st Monday in May 2010.
Thanks Bob. Odd, but when I tried... ?GetFirstOfDay("Mon") or MsgBox GetFirstOfDay("Mon") The function returns 5/1/2010 but 5/3/2010 is the 1st Monday in May 2010.
boblarson Smeghead Local time Today, 14:47 Joined Jan 12, 2001 Messages 32,059 May 24, 2010 #4 Looks like I'll have to have to fix that, eh?
ghudson Registered User. Local time Today, 17:47 Joined Jun 8, 2002 Messages 6,194 May 24, 2010 #5 Refining my search for Raskew helped me find a working solution @ http://www.utteraccess.com/forum/Date-Calculation-next-pr-t541059.html Thanks Bob!
Refining my search for Raskew helped me find a working solution @ http://www.utteraccess.com/forum/Date-Calculation-next-pr-t541059.html Thanks Bob!
boblarson Smeghead Local time Today, 14:47 Joined Jan 12, 2001 Messages 32,059 May 24, 2010 #6 Glad you got it. I disabled my web page until it is fixed.