grabing subform fields

J

jcpspbr

I want to programmatically (VBA) grab the values of fields in a subform of a
main form. For example, how can I access the values for a single field in a
subform containing, say, three rows of data?

If someone could help me I'd most grateful!
 
K

Klatuu

You can navigate through the subform's recordsetclone and get the value of a
specific field.
 

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