C
Chrissy
Hi, Thanks for your help in the past. I have a main form and subform which
are now working OK (thanks). I have a second subform (which has no
master/child link because it is not related to the main form but only to the
first subform). I want this second subform to automatically receive the value
of a field from the selected record in the first subform. How do I do this?
Do I use an Event, query or code?
The first subform displays one or more student records. The primary key is
StudentId. When I select the record I want to go to the subform (which is the
data entry form) and have the StudentId retrieved from the first subform. The
tables are linked thru the field StudentId. At the moment this second subform
works Ok but the user has to manually type in the StudentId which appears on
the first subform.
Any suggestions would be gratefully received. (I have almost no experience
with Access or VBA but am learning).
are now working OK (thanks). I have a second subform (which has no
master/child link because it is not related to the main form but only to the
first subform). I want this second subform to automatically receive the value
of a field from the selected record in the first subform. How do I do this?
Do I use an Event, query or code?
The first subform displays one or more student records. The primary key is
StudentId. When I select the record I want to go to the subform (which is the
data entry form) and have the StudentId retrieved from the first subform. The
tables are linked thru the field StudentId. At the moment this second subform
works Ok but the user has to manually type in the StudentId which appears on
the first subform.
Any suggestions would be gratefully received. (I have almost no experience
with Access or VBA but am learning).