T
Tony
Hi All,
I have a form with a sub-form in which the sub-form's view is continuous.
On the sub-form are fields A, B, C, etc... Here's what I would like to
accomplish:
1) User fills in required data in the form and tabs to the sub-form's first
control, control A, which is a combo box
2) User fills in required information (including control A) and tabs out of
the last field in the sub-form, starting a new record in the sub-form
3) Control A automatically gets the value entered in the previous record on
the sub-form. This value can then be changed or the user can tab through it
to the balance of the fields
Essentially, I want to pass the value of control A to each subsequent
record, allowing the user the ability to change it when needed.
I don't want to use a command button to duplicate the record since there
will be many records on the sub-form and I'm trying to cut down on key
strokes. Also, I know that I the direction I should be looking is recordset
clone, but don't know how & when to use it.
Any help is greatly appreciated.
Thanks & Ciao,
Tony
I have a form with a sub-form in which the sub-form's view is continuous.
On the sub-form are fields A, B, C, etc... Here's what I would like to
accomplish:
1) User fills in required data in the form and tabs to the sub-form's first
control, control A, which is a combo box
2) User fills in required information (including control A) and tabs out of
the last field in the sub-form, starting a new record in the sub-form
3) Control A automatically gets the value entered in the previous record on
the sub-form. This value can then be changed or the user can tab through it
to the balance of the fields
Essentially, I want to pass the value of control A to each subsequent
record, allowing the user the ability to change it when needed.
I don't want to use a command button to duplicate the record since there
will be many records on the sub-form and I'm trying to cut down on key
strokes. Also, I know that I the direction I should be looking is recordset
clone, but don't know how & when to use it.
Any help is greatly appreciated.
Thanks & Ciao,
Tony