Hi,
I'm trying to write a formula that selects dates from a table but does not select any dates starting with -
25/12
26/12
31/12
01/01
I've tried using Day({date_field}) <> 1 and
month({date_field}) but this also excludes all dates starting with 1
Does anyone out there know how to do this?
I have two records for the same company and I want to select the record that has an application date nearest to the current date, is there a formula that I can write to do this??
Thank you
Just wondering if anyone out there can help me with this:-
I'm searching a large string for all instances of character 'I' and need to establish not only the number of instances of 'I' but also their position within the string (ie - 1st/2nd etc).
I know I can use:-
numberVar z := InStr({field...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.