I have a small issue with date conversion... One of the fields in my database(SQL 2000) holds a date and time (i.e 1900-01-01 11:55:00)
When I look at the field via crystal it sees the field as a Date field, When I look at the field via Access 2000 it correctly displays the time.
I have tried converting the fields to DateTime however the data returned is always 01/01/1900 12:00 AM.
Can anyone help? Ultimately I just want the time...
When I look at the field via crystal it sees the field as a Date field, When I look at the field via Access 2000 it correctly displays the time.
I have tried converting the fields to DateTime however the data returned is always 01/01/1900 12:00 AM.
Can anyone help? Ultimately I just want the time...