W
W
Hi,
I have an unbound form with two subforms : SbFrm1 and SbFrm2.
These two subforms are bound forms, so have their own recordset, e.g. :
“select * from tblTable1†-ïƒ recordset for SbFrm1
and
“select * from tblTable2†-ïƒ recordset for SbFrm2
On my main form I have a combobox CboBox; CboBox.column(0) contains the
value I want to use to filter the recordset of both subforms, strKey.
I do not think I can set a parent-child relation between the main form and
the subforms.
But then I do not know neither how to limit the records of these forms to
only show these records where strKey is identical to the CboBox.column(0)
value.
Any help will be appreciated.
W
I have an unbound form with two subforms : SbFrm1 and SbFrm2.
These two subforms are bound forms, so have their own recordset, e.g. :
“select * from tblTable1†-ïƒ recordset for SbFrm1
and
“select * from tblTable2†-ïƒ recordset for SbFrm2
On my main form I have a combobox CboBox; CboBox.column(0) contains the
value I want to use to filter the recordset of both subforms, strKey.
I do not think I can set a parent-child relation between the main form and
the subforms.
But then I do not know neither how to limit the records of these forms to
only show these records where strKey is identical to the CboBox.column(0)
value.
Any help will be appreciated.
W