Adding datacolumn to filled datatable

V

VMI

I have a a filled datatable with 3 datacolumns and I need to add a 4th
datacolumn that will contain information according to one of the columns.
For example, for one record, Col1, Col2, Col3 will contain "Mr", "John",
"Smith", respectively. The newly-added 4th column (Col4) will evaluate
Col1, and if it says "Mr.", that row wlll contain "Mister" in Col4. If it
says, "Ms", it'll contain, "Miss", and so on.
How can I do this?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top