D
Darcy Highton
I have a form [frmSubject]based on "qrySubject" with field [SubjectName].
In the after update event of [SubjectName] I would like to have:
- the [SubjectName] value Inserted into "tblSubjectDetail(InfoReq)"
-The newly created autonumber ID from "tblSubjectDetail(InfoReq)" recorded
-Record new ID number on the [frmSubject] form.
I've tried researching this on the discussions group but still can't seem to
get my head wrapped around how to do it. Do I use insert into, addnew,
bookmark, rsmove0...
I'm new to Access (Access 2003) and VBA, any help would be greatly
appreciated. Thanks in advance.
In the after update event of [SubjectName] I would like to have:
- the [SubjectName] value Inserted into "tblSubjectDetail(InfoReq)"
-The newly created autonumber ID from "tblSubjectDetail(InfoReq)" recorded
-Record new ID number on the [frmSubject] form.
I've tried researching this on the discussions group but still can't seem to
get my head wrapped around how to do it. Do I use insert into, addnew,
bookmark, rsmove0...
I'm new to Access (Access 2003) and VBA, any help would be greatly
appreciated. Thanks in advance.