Susan Harkins
harkinsss at bellsouth.net
Wed Jun 14 13:46:29 CDT 2006
For Each fld In rststudent.Fields
Me(fld.Name).Value = fld.Value
Next
========Martin, this is just going to cycle through the collection in the
current Name control -- right?
Can't you accomplish what you want by setting the form's Recordset property
to the Recordset object?
Susan H.