C
Ceedy
I have converted Access97 to A2K. I've taken care of minor problems but one
makes no sense to me. I have a form with two subforms. The first flows to
the second which flows to the third. It has worked fine. I now find the
middle form, called Participant, has a first name field and a last name field
(plus a couple of minor fields for special purposes). It works fine normally
but I've found that if, after I've entered a first and last name, I click
back to the last name field to correct a spelling error, hitting the tab or
enter key no longer (visually) advances it to the next subform. I say
visually because the cursor stays in the last name field but the Status Bar
Text indicates it is moving to the fields in the new subform. By the way, I
use a Macro to advance to the next subform after entry into the last name
field.
OnLostFocus:
GoToControl.Sponsor
GoToControl.SponFirstName
I hope this is making sense and if anyone has ideas why this is happening, I
could use the help. Thanks in advance for any help.
makes no sense to me. I have a form with two subforms. The first flows to
the second which flows to the third. It has worked fine. I now find the
middle form, called Participant, has a first name field and a last name field
(plus a couple of minor fields for special purposes). It works fine normally
but I've found that if, after I've entered a first and last name, I click
back to the last name field to correct a spelling error, hitting the tab or
enter key no longer (visually) advances it to the next subform. I say
visually because the cursor stays in the last name field but the Status Bar
Text indicates it is moving to the fields in the new subform. By the way, I
use a Macro to advance to the next subform after entry into the last name
field.
OnLostFocus:
GoToControl.Sponsor
GoToControl.SponFirstName
I hope this is making sense and if anyone has ideas why this is happening, I
could use the help. Thanks in advance for any help.