Hi,
I'm having a very hard time with this query I'm trying to setup. For some reason, the date field's value does not come up in this subquery.
I have a master table (tblTrailerMaster) that lists all trailers in our company. I also have tblTrailerWash which records each trailer #, wash date, and wash type. There can only be 3 types; INT, EXT, or BOTH.
I'm simply trying to list which trailers have NOT had a wash in 21 days. Also, I would like to include the Wash Date and Number of Days Since Last Wash for the units that have not had a wash. Can someone help me with this.
Thanks,
TN
I'm having a very hard time with this query I'm trying to setup. For some reason, the date field's value does not come up in this subquery.
I have a master table (tblTrailerMaster) that lists all trailers in our company. I also have tblTrailerWash which records each trailer #, wash date, and wash type. There can only be 3 types; INT, EXT, or BOTH.
I'm simply trying to list which trailers have NOT had a wash in 21 days. Also, I would like to include the Wash Date and Number of Days Since Last Wash for the units that have not had a wash. Can someone help me with this.
Thanks,
TN