JuniorWoodchuck24
Registered User.
- Local time
- Today, 16:18
- Joined
- Jan 13, 2010
- Messages
- 59
Row Source in Table (combo box)
IFF([Type] = 13, (SELECT ProductTypes.ProductID, ProductTypes.[Extended Price] FROM ProductTypes ORDER BY [Extended Price]
, (SELECT ProductTypes.ProductID, ProductTypes.Price FROM ProductTypes ORDER BY Price
)
I can get a number to pull up but it's the primary key. Trying to get it to pull in the 2nd value (Price or Extended Price).
IFF([Type] = 13, (SELECT ProductTypes.ProductID, ProductTypes.[Extended Price] FROM ProductTypes ORDER BY [Extended Price]


I can get a number to pull up but it's the primary key. Trying to get it to pull in the 2nd value (Price or Extended Price).
Last edited by a moderator: