Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replacing Hard Code w/Reference File Link

Status
Not open for further replies.

swc123

MIS
Oct 28, 2002
51
US
I am trying to replace a number of formulas using hardcoded logic.
Grouped on FLD,
If FLD = "joe" then "Joe Adams"
elseif FLD = "pete" then "Pete Rose"
else "Unassigned".

I would like to use a reference table and then print the Full Name from that table. I'm ok for those in the Table, but am not sure how to process those names which are not in the table.
Steve

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top