I have a base table with about 300 fields. On my UI I will have DDDW's that will populate the user selection list.
the SQL for the DDDW is
Select NAME,ID from TABLE where ID2 = : PARAM
where PARAM would be passed in during runtime depending on the location of the UI the user selects.
The question is: Can this be done with a single DDDW or would I need to have 300 separate DDDW's ?
Thanks
TPS