I have two tables I need to join and I need to join on a datetime field. One table has this field as CRDATTIM (which is create date time) and the other table has this broken down into three columns: Date column, time column, millisecond column. Do I concatenate those three columns in my query and then do a join or can this be done in a formula? Any help would be appreciated, thanks!