Hello! Im making a employee time clock and My data source is SharePoint. I have the Columns Title, Punch In , Punch Out, EmployeeID, Job (choices of job sites) , Date and Time, Location, Longitute, Latitidue in sharepoint. The punch in/out date pickers have a string for the Defaultdate= Now(), so that it is automated and will be hidden like many other fields. I have two buttons called Punch In and Punch out. I plan to make the button "Punch In" submit hidden fields and navigate to a second page to display all of the submitted information on a display form. But I want the Punch Out button disabled unless the "Punch In" button was already used to submit. What "If" statement must I use?


#2. I want to add up the total hrs worked that day as well as that week