Thanks Joe, for ur valuable time and this explanation.. I'm mentioning my scenario here..
**This is access related requirement.
I do have visual basic 6.0 software with me, where i have designed one of the form. On this form, there is control combo. Combo contains team names in list.
Suppose, employee A got shifted from Team name - US to Team name - UK, then I will click on that command button which is named "Updated Details".
This data will go in Access DB table "Data". This is pretty simple and successfully working.
Reason to ask my question - When I clicked command button which is named "Updated Details", it should also perform one more step of action, i.e. as follows --
"Data" table contains 4th and 5th column, email id's. when i will change team name on combo button, one of the variable should capture old team name and another variable name should capture the new team name which i will select.
When saving this data, e-mail should go on old team name and new team name respective mail id's..
This is what I'm trying to do.. and hence Im trying to capture 4th and 5th column data in variables. Hence asking for select query..