G Gismo Registered User. Local time Today, 23:10 Joined Jun 12, 2017 Messages 1,298 Apr 7, 2020 #1 Hi all i did not expect to have an error when using the function builder maybe im am not understanding the function a need to add 12 month to my date field below is my query please could you assist Attachments 1586274525370.png 12.5 KB · Views: 126
Hi all i did not expect to have an error when using the function builder maybe im am not understanding the function a need to add 12 month to my date field below is my query please could you assist
bastanu AWF VIP Local time Today, 13:10 Joined Apr 13, 2010 Messages 1,406 Apr 7, 2020 #2 Enclose the m in double-quotes: DateAdd("m",12,[AMPDate]) Cheers, Vlad
G Gismo Registered User. Local time Today, 23:10 Joined Jun 12, 2017 Messages 1,298 Apr 7, 2020 #3 bastanu said: Enclose the m in double-quotes: DateAdd("m",12,[AMPDate]) Cheers, Vlad Click to expand... Originally I had the double quotes, still no luck
bastanu said: Enclose the m in double-quotes: DateAdd("m",12,[AMPDate]) Cheers, Vlad Click to expand... Originally I had the double quotes, still no luck
G Gismo Registered User. Local time Today, 23:10 Joined Jun 12, 2017 Messages 1,298 Apr 7, 2020 #4 Go it tnx, seems like spaces makes a big difference
theDBguy I’m here to help Staff member Local time Today, 13:10 Joined Oct 29, 2018 Messages 22,619 Apr 7, 2020 #5 Gismo said: Go it tnx, seems like spaces makes a big difference Click to expand... Hi. Would you mind showing us the final version that worked? Thanks!
Gismo said: Go it tnx, seems like spaces makes a big difference Click to expand... Hi. Would you mind showing us the final version that worked? Thanks!
Gasman Enthusiastic Amateur Local time Today, 21:10 Joined Sep 21, 2011 Messages 17,019 Apr 7, 2020 #6 Gismo said: Go it tnx, seems like spaces makes a big difference Click to expand... I don't think so? Code: ? dateadd("m", 12, Date) 07/04/2021
Gismo said: Go it tnx, seems like spaces makes a big difference Click to expand... I don't think so? Code: ? dateadd("m", 12, Date) 07/04/2021
G Gismo Registered User. Local time Today, 23:10 Joined Jun 12, 2017 Messages 1,298 Apr 7, 2020 #7 Gasman said: I don't think so? Code: ? dateadd("m", 12, Date) 07/04/2021 Click to expand... yeh you right, made no difference, no sure why i received an error but is works nowtnx all
Gasman said: I don't think so? Code: ? dateadd("m", 12, Date) 07/04/2021 Click to expand... yeh you right, made no difference, no sure why i received an error but is works nowtnx all