Navigating Records in Subforms
I am trying to get a record count on a subform, and then navigate the records to collect some information. If I use
Forms!MainForm!SubForm.Form!MyField
I can get any field I want on the active record of the subform. But I can't move around (movefirst, movelast) etc. I tried to clone it but that doesn't appear to work. Would appreciate any help.
Thanks
|