- Local time
- Tomorrow, 06:14
- Joined
- Jan 20, 2009
- Messages
- 12,834
I have a subform whose record source is a rather complex unbound query.
On the main form is a text box where I want to load a field value from the current record in the subform query.
Currently I have a button with the code:
Me!SubformName.Form.CurrentRecord
This returns the current record line number so I must be correctly referring to the form.
But how do I refer to the value of a field in the Current record?
Thanks
On the main form is a text box where I want to load a field value from the current record in the subform query.
Currently I have a button with the code:
Me!SubformName.Form.CurrentRecord
This returns the current record line number so I must be correctly referring to the form.
But how do I refer to the value of a field in the Current record?
Thanks