A
Arlen
I want Four of the fields in my form are: [TypeLv], [TimeChg],[TimeChgAL],
and [TimeChgSL]. What I'd like to be able to do is let the form user select
(combo box) the type of leave and then key in the number of hours for that
type and then press the Enter key. On that event, have Access look back at
the type of leave selected and decide where to copy the TimeChg data: to the
[TimeChgAL] (annual leave) or [TimeChgSL] (sick leave). Also, the process
would not allow tabbing into these two fields, but take the user to the next
leave transaction record. So far, no joy. I'm also concerned with
referencing a combo box data entry on the form--does this change what I need
to consider for the macro? Any help would be appreciated.
and [TimeChgSL]. What I'd like to be able to do is let the form user select
(combo box) the type of leave and then key in the number of hours for that
type and then press the Enter key. On that event, have Access look back at
the type of leave selected and decide where to copy the TimeChg data: to the
[TimeChgAL] (annual leave) or [TimeChgSL] (sick leave). Also, the process
would not allow tabbing into these two fields, but take the user to the next
leave transaction record. So far, no joy. I'm also concerned with
referencing a combo box data entry on the form--does this change what I need
to consider for the macro? Any help would be appreciated.