I'm trying to display a datetime value from my sql server 2000 database. When ever crystal pulls the field it only shows "<<''"
and when I try to convert it using:
CDate (totext({tblProductionReporting.ProductionTime}))
crystal says "Bad Date Format String"
the date stored in my database is default sql server datetime: "7/3/2003 10:55:00 AM"
thanks for any help
and when I try to convert it using:
CDate (totext({tblProductionReporting.ProductionTime}))
crystal says "Bad Date Format String"
the date stored in my database is default sql server datetime: "7/3/2003 10:55:00 AM"
thanks for any help