J
jlute
I've got yet another combo box population challenge! This one involves
1 main form and 3 subforms. To keep things simple I'll simplify the
names:
[frmMain]
[sfrmResource].[ResourceID] - sfrm of [frmMain]
[sfrmLocation].[LocationID] - sfrm of [sfrmResource]
[sfrmLine].[LineID] - sfrm of [sfrmLocationID]
I hope that clearly illustrates the design. One thing to note is that
the 3 subforms are also used in several other forms but in the same
manner.
Here's what I'd like to populate:
[sfrmLine].[LineID] according to the value in [sfrmLocation].
[LocationID].
Here's the trick. The subforms are in datasheet view.
Can this be done? Or is it too complicated to bother with?
1 main form and 3 subforms. To keep things simple I'll simplify the
names:
[frmMain]
[sfrmResource].[ResourceID] - sfrm of [frmMain]
[sfrmLocation].[LocationID] - sfrm of [sfrmResource]
[sfrmLine].[LineID] - sfrm of [sfrmLocationID]
I hope that clearly illustrates the design. One thing to note is that
the 3 subforms are also used in several other forms but in the same
manner.
Here's what I'd like to populate:
[sfrmLine].[LineID] according to the value in [sfrmLocation].
[LocationID].
Here's the trick. The subforms are in datasheet view.
Can this be done? Or is it too complicated to bother with?