Newbies tim ryan Posted July 27, 2004 Newbies Posted July 27, 2004 I want to use a start/stop button to track an operator's time. Every time the button is clicked, the time should be recorded in a repeating field. I need to see a list of all start/stop times, and then summarize how much time was spent on the job. How do I automatically jump to the next available (i.e. blank) repetition in that field?
bruceR Posted July 27, 2004 Posted July 27, 2004 You don't. You use a proper relational design and set up a related table. You can't summarize repeats.
DykstrL Posted July 27, 2004 Posted July 27, 2004 You can do it with repeating fields, but it's not pretty and most of the data in the repeating fields must be manipulated with scripts. I have attached a sample file that will show one way to do it. A related file would be a better method - you would not be restricted to a set number of repetitions. The scripts would also be simpler. TimeStartStop.zip
Recommended Posts
This topic is 7771 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