P
PeteCresswell
Data entry form.
In the Form_Header, there's a dropdown where the user selects
accounts. Every time they select an account, a new row for the
selected account appears in the Detail section.
When the user is done choosing accounts (and tabs out of the combo
box) the assumption is that they want to go down to the account list
and start filling in an amount for each account.
Is there an MS Access UI-based way to do this, or do I have to put
code in the Exit event of the field in the form's header to .Setfocus
on the detail field?
In the Form_Header, there's a dropdown where the user selects
accounts. Every time they select an account, a new row for the
selected account appears in the Detail section.
When the user is done choosing accounts (and tabs out of the combo
box) the assumption is that they want to go down to the account list
and start filling in an amount for each account.
Is there an MS Access UI-based way to do this, or do I have to put
code in the Exit event of the field in the form's header to .Setfocus
on the detail field?