Creating a command button from a form into a Data Access Page (1 Viewer)

carlaomi

New member
Local time
Today, 17:56
Joined
Feb 19, 2008
Messages
4
Creating a command button from a form into a Data Access Page in Access with Java

--------------------------------------------------------------------------------

Hi I created a command button to calculate time taken on a form like below

Private Sub Command46_Click()
Time_Finished.Value = Time()
Time_Taken.Value = Time_Finished.Value - Time_Started.Value
Complete.Value = True


Could someone please tell me how to do this in a data access page do I need to do it in Javascript if so how?

Thanks
 
Last edited:

Users who are viewing this thread

Top Bottom