S
Scott
I have created a sub-form using the wizard which displays
the records in a tabular format. The problem I have is in
saving the changes for any particular record from within
the code because the record selected stays in Edit Mode
on the form and won't save the record until the pointer
is moved to a different record. I don't want to have to
this manually on the form because I need to perform
evaluations on the entries and can't until the record is
out of Edit Mode.
How do I move to a different record via code on an Access
Wizard created recordset? For now, it looks to me as
though the code created by the wizard is hidden for a
tabular view recordset.
the records in a tabular format. The problem I have is in
saving the changes for any particular record from within
the code because the record selected stays in Edit Mode
on the form and won't save the record until the pointer
is moved to a different record. I don't want to have to
this manually on the form because I need to perform
evaluations on the entries and can't until the record is
out of Edit Mode.
How do I move to a different record via code on an Access
Wizard created recordset? For now, it looks to me as
though the code created by the wizard is hidden for a
tabular view recordset.