G
Guest
G'day all
Could anyone please help me with the following problem as I'm not very good
with VBA.
What I would like is that everytime the user clicks on a particular tab on a
form, I want the computer to record the tab name as well as the time and date
(using the computers time/date) it was clicked.
When the user selects another tab, I want the computer to record the above
information but also the time difference between the two selections.
For example the table should look like this;-
TabName Date Time Difference
Tab 1 25/01/05 13:30pm 00:00
Tab 4 25/01/05 14:15pm 00:45
Tab 2 25/01/05 14:25pm 00:10
Tab 6 25/01/05 17:00pm 02:35
And if there is no "Time Difference" (as in Tab 1), then "00:00" is put in
by default.
Thanks for your help
LB
Could anyone please help me with the following problem as I'm not very good
with VBA.
What I would like is that everytime the user clicks on a particular tab on a
form, I want the computer to record the tab name as well as the time and date
(using the computers time/date) it was clicked.
When the user selects another tab, I want the computer to record the above
information but also the time difference between the two selections.
For example the table should look like this;-
TabName Date Time Difference
Tab 1 25/01/05 13:30pm 00:00
Tab 4 25/01/05 14:15pm 00:45
Tab 2 25/01/05 14:25pm 00:10
Tab 6 25/01/05 17:00pm 02:35
And if there is no "Time Difference" (as in Tab 1), then "00:00" is put in
by default.
Thanks for your help
LB