Focal Point
Restricting Dropdowns

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7491009331

October 21, 2005, 07:41 PM
KarateExplosion
Restricting Dropdowns
I have a launch page that has a dynamic dropdown that is populated with planID. However, it currently pulling all of the planIDs when it should only pull that users planIDs. There is a column in the DB that is user_id which = IBIMR_user. How do I get the launch page to populate the drop down only with planIDs that have an associated user_id = IBIMR_user.
October 26, 2005, 06:06 PM
TexasStingray
you can populate your drop down from a procedure that was a where statement to limit the records being returned.