E
Earl
I want to populate a combo with the field names from several tables -- but
I'd like to do it "nicely" without putting them in there static. I then want
to use the combo selections from this combo to pull the actual values out of
the fields, i.e., select the filter, then select a filter criteria.
No problem with doing any of the above -- except I do not know if or how I
can put in more user-friendly aliases into the first combo, i.e., "Secondary
interest" where the field name is "SecondInterest". I'm thinking perhaps a
stored procedure and then alias the names in the sproc (altho that is still
a bit of a "hard-code")? Anyone with a better idea?
I'd like to do it "nicely" without putting them in there static. I then want
to use the combo selections from this combo to pull the actual values out of
the fields, i.e., select the filter, then select a filter criteria.
No problem with doing any of the above -- except I do not know if or how I
can put in more user-friendly aliases into the first combo, i.e., "Secondary
interest" where the field name is "SecondInterest". I'm thinking perhaps a
stored procedure and then alias the names in the sproc (altho that is still
a bit of a "hard-code")? Anyone with a better idea?