J
Jewelle Tan
Hi, I'm an amateur developer and have a tab problem which is probably very
trivial but is driving me mad! Would appreciate help.
I have the following forms hierarchy:
Main Form - where I enter Transmittal number
Subform1 - where I enter Document info
Subform2 (within Subform1) - where I enter Items info (per Document)
My problem is that when I after entering the second/subsequent record for
Subform1 and then pressing TAB to go to Subform2, the cursor goes to the last
field of Subform2 (instead of the first field, which I have set in order in
Tab Order Control). It works fine for the first record of the Subform1 though.
I tried making a macro to direct the Tab to gotocontrol first field, but an
error message that says the field is not found appears!
As I'm still an amateur so at the moment, I'm more comfortable using macros
instead vba so if I can get help in this matter, I greatly appreciate it!
Thanks a bunch!
trivial but is driving me mad! Would appreciate help.
I have the following forms hierarchy:
Main Form - where I enter Transmittal number
Subform1 - where I enter Document info
Subform2 (within Subform1) - where I enter Items info (per Document)
My problem is that when I after entering the second/subsequent record for
Subform1 and then pressing TAB to go to Subform2, the cursor goes to the last
field of Subform2 (instead of the first field, which I have set in order in
Tab Order Control). It works fine for the first record of the Subform1 though.
I tried making a macro to direct the Tab to gotocontrol first field, but an
error message that says the field is not found appears!
As I'm still an amateur so at the moment, I'm more comfortable using macros
instead vba so if I can get help in this matter, I greatly appreciate it!
Thanks a bunch!