L
Laursen.Aarup
Hi
I just can't get the reference to work in my subform:
Mainform = frmMain
subform = frmIOList
In one combo (txtOutstation) on the subform i select a range which is to be
used in another combo (txtModule) on the subform in the property; RowSource
like this:
SELECT lu_IOChannels.IOModule FROM lu_IOChannels WHERE
(((lu_IOChannels.OS)=[Forms]![frmMain]![frmIOList].[Form]![txtOutstation]));
I've tryed all kind of combination but it just won't work. It keeps on
opening a promt for the filter value (txtOutstation)
Where's the fault?
kind regrads Jan
I just can't get the reference to work in my subform:
Mainform = frmMain
subform = frmIOList
In one combo (txtOutstation) on the subform i select a range which is to be
used in another combo (txtModule) on the subform in the property; RowSource
like this:
SELECT lu_IOChannels.IOModule FROM lu_IOChannels WHERE
(((lu_IOChannels.OS)=[Forms]![frmMain]![frmIOList].[Form]![txtOutstation]));
I've tryed all kind of combination but it just won't work. It keeps on
opening a promt for the filter value (txtOutstation)
Where's the fault?
kind regrads Jan