Reading field data in subform

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
 
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)

Sorry,
I gave up on bad data. It is doing as it should after all. My
problem is a different one. I'll post that separately.

- Max
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top