I'm having trouble linking two tables on date fields. Both field types are date, the only difference is that one table has the data stored in date/time format and the other table has the data stored in straight date format. If I pull the sql to Toad, I get the same result, no data. But if I trunc the date/time field in the where clause the join works fine. Has anyone else had this issue or is there a report/database option that needs to be set for this to work? I suppose I could write the sql directly in as a command and do the trunc there but I would rather not if I don't have to.