Hi guys i have a database used for tracking equipment loaned out to staff. It is comprised of a form called frm_loan derived from tbl_loan which has "Date Out", "Due Date" & "Date In" Fields.
The "Date Out" Field has a Default value of "=Date()" and the "Due Date" is derived from formula "Due Date: CLng(([Date Out]+7))".
I would like to create a query that would show me all records where the "Due Date" is equal to today or has passed.
As always your assistance is appreciated.
The "Date Out" Field has a Default value of "=Date()" and the "Due Date" is derived from formula "Due Date: CLng(([Date Out]+7))".
I would like to create a query that would show me all records where the "Due Date" is equal to today or has passed.
As always your assistance is appreciated.