JustJerry
09-01-2005, 04:08 PM
Hello Again Everyone,
On one of my subforms, I have a control, I'll call Control A, that I would like to have filled automatically if the user chooses a specific option from another combobox on the same subform. However, I would like Control A's value to equal the record number of the Main form.
So, from the subform, how do I access the Main form's record number to be able to assign it to my Control?
I tried using the
Me.CurrentRecord from the Main form to assign the value, but it would be better if I can perform the operation from the Subform when needed.
Thank you,
Jerry
On one of my subforms, I have a control, I'll call Control A, that I would like to have filled automatically if the user chooses a specific option from another combobox on the same subform. However, I would like Control A's value to equal the record number of the Main form.
So, from the subform, how do I access the Main form's record number to be able to assign it to my Control?
I tried using the
Me.CurrentRecord from the Main form to assign the value, but it would be better if I can perform the operation from the Subform when needed.
Thank you,
Jerry