D
Dan_S
Dear all,
I'm having problems with a text box that I have used to pass data from a
subform to another form.
Initially this worked well, although for some reason now, when I select a
record in the subform, the text box that is meant to be updated on the main
form will only update when I'm on a new or blank record.
This kind of defeats the object, as I'm trying to pass data to existing
records that eventually makes it into another subform/table.
My control source for the text box is: =CourseListSubform.Form!txtCourseID
If I put in the square brackets that everywhere seems to suggest, Access
takes them out.
Do I need to run a macro to update the main form once I've selected the
desired record in the subform, or is there another way of updating this box?
I don't really want to go into VB as this system needs to be fairly simple
for other users/administrators.
Thanks,
Dan
I'm having problems with a text box that I have used to pass data from a
subform to another form.
Initially this worked well, although for some reason now, when I select a
record in the subform, the text box that is meant to be updated on the main
form will only update when I'm on a new or blank record.
This kind of defeats the object, as I'm trying to pass data to existing
records that eventually makes it into another subform/table.
My control source for the text box is: =CourseListSubform.Form!txtCourseID
If I put in the square brackets that everywhere seems to suggest, Access
takes them out.
Do I need to run a macro to update the main form once I've selected the
desired record in the subform, or is there another way of updating this box?
I don't really want to go into VB as this system needs to be fairly simple
for other users/administrators.
Thanks,
Dan