Thanks Rollie, I am not sure that I explained my problem. I have a form that I would like to have multiple records on, for instance records 1-5. Each record has five fields, [RecordNum], [Name], [Frequency], [Date1], and [Date2]. The [RecordNum] field will change as well as the others so I would like to reference the Row Number.
I would like to have Record 1 fields = Row 1 fields in a Recordsouce, Record 2 fields = Row 2 fields, ect.
Something like
Me![Name] = rst!(input code for row1 [Name])
Me![Frequency] = rst!(input code for row1 [Frequency])
ect.
I have also thought about the find next function but am not sure how that would be done. Thanks for any help
Terry