Mar 29, 2005 #1 greekpatriott Technical User Joined Dec 15, 2004 Messages 65 Location CY I need help,to display the todate day in a query cell. Is there a module that I can write to create a todate() function? Thanks in advance. Totis
I need help,to display the todate day in a query cell. Is there a module that I can write to create a todate() function? Thanks in advance. Totis
Mar 29, 2005 1 #2 lupins46 MIS Joined Feb 19, 2004 Messages 2,509 Location GB Just add an extra column to your query: Mydate:date() Upvote 0 Downvote
Mar 29, 2005 1 #3 ProgramError Programmer Joined Mar 2, 2005 Messages 1,027 Location GB If it's today you need then it's date() If it's all the days upto today ie todate then it's <date() Program Error Why is it, I still think in terms of spectrum BASIC! Upvote 0 Downvote
If it's today you need then it's date() If it's all the days upto today ie todate then it's <date() Program Error Why is it, I still think in terms of spectrum BASIC!
Mar 29, 2005 Thread starter #4 greekpatriott Technical User Joined Dec 15, 2004 Messages 65 Location CY Thanks guys Upvote 0 Downvote