TheCleaner
Technical User
When using a form to create a new record, how would I tell that record to find a previous (name specific) record with the latest date and use its data for computing the info for this new record? Example: Field name is [name] with [start] and [end] times for thier shifts. Wanting it to calculate the time off (between shifts). In additon what would be a general expression to add, subtract etc. values to time? Example: "now()+ 12 hours" or " =[starttime] + 12 hours", giving me the actual time that it would be. Thank you for ANY help!