Glowworm27
Programmer
I have two relational tables, and in the tables the have a date/time field called clock_hours.
I want to join the two tables on this field but only on the DATE part, and not the TIME part of the field.
For instance TableA.Clock_Hours = 01/01/2007 11:55:00 PM and TableB.Clock_Hours = 01/01/2007 9:55:10 AM
I want the Join to be just on the date 01/01/2007
Can you tell me how I would do this?
thanks
George Oakes
Check out this awsome .Net Resource!
I want to join the two tables on this field but only on the DATE part, and not the TIME part of the field.
For instance TableA.Clock_Hours = 01/01/2007 11:55:00 PM and TableB.Clock_Hours = 01/01/2007 9:55:10 AM
I want the Join to be just on the date 01/01/2007
Can you tell me how I would do this?
thanks
George Oakes
Check out this awsome .Net Resource!