D
Doug F.
I have 3 tables, Contacts--->>PamphletOrders--->>PamphletDetails.
Form '#10 Pamphlets' has 2 subforms:
-subform #10A PamphletOrders (which has OrderType, a user input, combo box)
-subform #10B PamphletDetails (problem is the combo box here)
Problem: subform #10B PamphletDetails combo box content must change as
OrderType (in #10A) changes.
It now shows nothing, ie blank.
-subform #10B PamphletDetails record source:
SELECT [V$Pamphlets].Pamphlet FROM [V$Pamphlets] WHERE
([V$Pamphlets].OrderType)=forms![#10 Pamphlets]![subform #10A
PamphletOrders]!OrderType ORDER BY [V$Pamphlets].Pamphlet;
If I remove the WHERE statement it does show me all entries
in the lookup table V$Pamphlets. But I want to restrict the options
based on OrderType.
Thanks,
Doug
Form '#10 Pamphlets' has 2 subforms:
-subform #10A PamphletOrders (which has OrderType, a user input, combo box)
-subform #10B PamphletDetails (problem is the combo box here)
Problem: subform #10B PamphletDetails combo box content must change as
OrderType (in #10A) changes.
It now shows nothing, ie blank.
-subform #10B PamphletDetails record source:
SELECT [V$Pamphlets].Pamphlet FROM [V$Pamphlets] WHERE
([V$Pamphlets].OrderType)=forms![#10 Pamphlets]![subform #10A
PamphletOrders]!OrderType ORDER BY [V$Pamphlets].Pamphlet;
If I remove the WHERE statement it does show me all entries
in the lookup table V$Pamphlets. But I want to restrict the options
based on OrderType.
Thanks,
Doug