R
Raj
In the header of my main form I have 7 combo box
[project],[engineer],[region],[trunkgroup],[startdate],
[handoffdate],[completedate],that are used to filter the
data. [project],[engineer] and [region] are constant and
are Row Source from different tables. The other fields
are being Row Source from the [MainData] , so that you
get the data that has been entered. What I am want to
know is how can I have only the data from the results on
the current filters for [project],[engineer],[region] as
the Row Source for [trunkgroup],[startdate],[handoffdate],
[completedate], and not ALL the information from the
[MainData]. I hope this make sense.
Thanks in advance.
[project],[engineer],[region],[trunkgroup],[startdate],
[handoffdate],[completedate],that are used to filter the
data. [project],[engineer] and [region] are constant and
are Row Source from different tables. The other fields
are being Row Source from the [MainData] , so that you
get the data that has been entered. What I am want to
know is how can I have only the data from the results on
the current filters for [project],[engineer],[region] as
the Row Source for [trunkgroup],[startdate],[handoffdate],
[completedate], and not ALL the information from the
[MainData]. I hope this make sense.
Thanks in advance.