I have a table of Time records, tblProjTime.
PKID,
CustomerID (lookup to tblCustomers),
with three additional fields,
a) Completed (Y/N);
b) StartDateTimeStamp (General Date = Now(),
c) EndDateTimeStamp (General Date = Now() when completed)
I have a form with queries that upon project...