Oct 1, 2009 #1 JBourne77 IS-IT--Management Joined Jan 21, 2008 Messages 153 Location US I keep getting a message indicating a date time is required here error message. How do I properly tell it a date? Code: {Data.Type} <> 5 OR {Data.TransactionDateOfEntry} = "01/01/1900"
I keep getting a message indicating a date time is required here error message. How do I properly tell it a date? Code: {Data.Type} <> 5 OR {Data.TransactionDateOfEntry} = "01/01/1900"
Oct 1, 2009 1 #2 CoSpringsGuy IS-IT--Management Joined Aug 9, 2007 Messages 955 Location US try {Data.TransactionDateOfEntry} = date(1900,01,01) _____________________________________ Crystal Reports XI Developer Version Intersystems Cache 5.X ODBC connection Upvote 0 Downvote
try {Data.TransactionDateOfEntry} = date(1900,01,01) _____________________________________ Crystal Reports XI Developer Version Intersystems Cache 5.X ODBC connection