Stuart McLachlan
stuart at lexacorp.com.pg
Fri Jun 16 17:51:56 CDT 2006
On 16 Jun 2006 at 20:09, Martin Reid wrote: > I have noticed some odd things in the way 2007 is working with SQL Server > 2005 but the basic idea here is just that basic and no matter what I have > tried I cant get it to assign the recordset. > > Any help appreciated. This is the last example I have to do so I jsut left > it for the moment and moved on. .. > For Each fld In rststudent.Fields > Me(fld.Name).Value = fld.Value > Next > End If What is the problem, doesn't this fill the controls on the form? -- Stuart