L
LAS
I have a loop (see below) that references all the fields in a form. Is it
possible to restrict this to the detail section of the form?
For Each fld In frmSomeForm.Fields
rstSomeRst(fld.Name) = frmSomeForm(fld.Name)
Next fld
tia
las
possible to restrict this to the detail section of the form?
For Each fld In frmSomeForm.Fields
rstSomeRst(fld.Name) = frmSomeForm(fld.Name)
Next fld
tia
las