C
Clan McCreery
Hello
I have a form which acts as a time clock, when a
user "clocks in" the time is entered in a field, the field
is then disabled so changes cannot be made to the entry.
However, when the user reloads the form at the end of the
day to "clock out", the clock in field is enabled, focused
and can be changed.
How do i set focus for the next blank field, bypassing
focus on fields which already have data? I tried an if
then statement but to no avail.
Thanks!!
Clan McCreery
I have a form which acts as a time clock, when a
user "clocks in" the time is entered in a field, the field
is then disabled so changes cannot be made to the entry.
However, when the user reloads the form at the end of the
day to "clock out", the clock in field is enabled, focused
and can be changed.
How do i set focus for the next blank field, bypassing
focus on fields which already have data? I tried an if
then statement but to no avail.
Thanks!!
Clan McCreery