I have a query from which I am tyring to pull information from a total time field for anything greater than 30 minutes. Can some one tell me what the format would be thanks
SELECT [Tbl FAC].Date, [Tbl FAC].[Time In], [Tbl FAC].[Time Out], [Tbl FAC].user, [Tbl FAC].[total time]
FROM [Tbl FAC]...
I have a query that I use to search for certain items. Is their a way I can have a message pop up saying no records found, if their is no data found.
thanks
Tim
Time problem I have a database that I use to track computer usage by age groups
What I need to do is track the total hours used for the month by groups. What I did was created a update query to that subtracts the “time in” with the “time out” and updates the total time field “Format([Time...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.