Thanks everyone,
I'm going to do it with a form. I'm making a time sheet form for
multiple users and wanted two things primarily:
1) When a user logs on, they can only see their timesheets in the table (I
can't get my queries to allow data entry when the query filters by the
user - but filtering based upon who logged in does work). This is one of
the reasons I wanted to put the data in the table, because basing the form
on the query instead of the tables isn't allowing for data entry (and no,
view totals is not selected).
2) I want the users to be able to see the calculated TotalTime from the
TimeIn and TimeOut fields, and I want the TimeIn and TimeOut to round off to
the nearest quarter hour.