G
GMC -LSND
Access 2007 linked to SQL Server 2008 database.
Hello all,
I am trying to create a query that will join two tables. Time and Notes.
In the time table are all the time records people put in by case number and
listed by staff number. In the notes table are all the notes people put in
by a case number by staff number. They are joined by casenumber with "show
me all the records in time and only those in notes that are equal to time".
In the time table there is a field for DATE/TIME (tidate) - this field comes
out with only the date showing MM/DD/YYYY
In the notes table there is a field for DATE/TIME (cndate) - this field
comes out with MM/DD/YYYY TT:TT:TT PM
How would I create a query that will list all the records in the time table
that do not have a matching record with the same date/time in the notes
table (these are by a particular staff person which is also a field in each
table)? They never match because the date/time field in the notes table has
the time stamp on it and the time table does not. How do you trim off the
time part of the date in the query?
Hello all,
I am trying to create a query that will join two tables. Time and Notes.
In the time table are all the time records people put in by case number and
listed by staff number. In the notes table are all the notes people put in
by a case number by staff number. They are joined by casenumber with "show
me all the records in time and only those in notes that are equal to time".
In the time table there is a field for DATE/TIME (tidate) - this field comes
out with only the date showing MM/DD/YYYY
In the notes table there is a field for DATE/TIME (cndate) - this field
comes out with MM/DD/YYYY TT:TT:TT PM
How would I create a query that will list all the records in the time table
that do not have a matching record with the same date/time in the notes
table (these are by a particular staff person which is also a field in each
table)? They never match because the date/time field in the notes table has
the time stamp on it and the time table does not. How do you trim off the
time part of the date in the query?