M
Max Moor
Hi All,
I'm trying to get to a value in the currently selected record of a
subform. I was using the code below:
Me!MySubform.Form.Recordset.Fields(8)
Unfortunately, this returns the value of the first record in the
subform, not whichever one I select. Can someone help me with the correct
syntax?
Thanks, Max
I'm trying to get to a value in the currently selected record of a
subform. I was using the code below:
Me!MySubform.Form.Recordset.Fields(8)
Unfortunately, this returns the value of the first record in the
subform, not whichever one I select. Can someone help me with the correct
syntax?
Thanks, Max