chasm24 Posted September 20, 2005 Posted September 20, 2005 hey everybody, i'm trying to create something simple that i know you all probably know how to do in a snap. i need a way to track how much time someone is spending doing certain tasks each week. what i envision is a simple table with 3 columns: date, time, and notes. But i obviously don't want to create a different field for each "cell" in this simple "table." How can i do this without creating a different table occurrence to track this information? or do i have to? thanks
Sanjai Posted September 20, 2005 Posted September 20, 2005 Why don't you try creating two timestamp fields in the same table where you are keeping your task information. Record the first timestamp field as soon as the task is allocated to a person and when the person finishes the task, record the time in the second timestamp. Create a calculation field "calculate only when needed" to see the difference in hours between the two timestamps.
Recommended Posts
This topic is 7005 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now