Hello in the grand scheme of things i would like to achieve the following,
Have a main form with a continuous sub form[1stSubform] linked to it. I then have a second continuous sub form[2ndsubform] located on the main form, I would like to link the values of [2ndsubform] to the value selected in the continuous [1stsubform].
I can link the two together using following in the masterlink field
[1stSubForm].form![inspectionID]
When i select a record within the first subform nothing happens, however if i move to the next record on the main form the 2ndsubform values do change (to the related value in 1stSubform).
How do i get the 2ndsubform values to be driven by the selected record in the first subform rather than simply its first record?
ps i have tried the following in [1stSubform] on current and it brings up an error
Me.Parent![2ndSubform].Requery
thanks
Have a main form with a continuous sub form[1stSubform] linked to it. I then have a second continuous sub form[2ndsubform] located on the main form, I would like to link the values of [2ndsubform] to the value selected in the continuous [1stsubform].
I can link the two together using following in the masterlink field
[1stSubForm].form![inspectionID]
When i select a record within the first subform nothing happens, however if i move to the next record on the main form the 2ndsubform values do change (to the related value in 1stSubform).
How do i get the 2ndsubform values to be driven by the selected record in the first subform rather than simply its first record?
ps i have tried the following in [1stSubform] on current and it brings up an error
Me.Parent![2ndSubform].Requery
thanks