Hello,
Hopefully someone can help. I have a table that is used to monitor calls, there is on field called StartOfCall and another called EndOfCall.
All I am trying to do is to put a button onto the form so that when you click on it it enters the current time into the start of the call field. Then when you click on another button it enters the time again for the end of the call.
the form has a text box to display the startofcall and endofcall. I have had a look at the onclick command and using the time() function but can not see how to get the time into the required fields.
The final part is to display the call duration(EndOfCall(or current time) - StartOfCall)
Is there anyway to display this on the form as the call is in progress?
Similarly there is a button to log the date of the call so I need to copy the current date into the DateOfCall field.
Many thanks.
B Holmes.
Hopefully someone can help. I have a table that is used to monitor calls, there is on field called StartOfCall and another called EndOfCall.
All I am trying to do is to put a button onto the form so that when you click on it it enters the current time into the start of the call field. Then when you click on another button it enters the time again for the end of the call.
the form has a text box to display the startofcall and endofcall. I have had a look at the onclick command and using the time() function but can not see how to get the time into the required fields.
The final part is to display the call duration(EndOfCall(or current time) - StartOfCall)
Is there anyway to display this on the form as the call is in progress?
Similarly there is a button to log the date of the call so I need to copy the current date into the DateOfCall field.
Many thanks.
B Holmes.