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.
 
Top