Hi Shasur, I was hoping to loop through field/column names instead of typing them one by one and assigning the value to them. Your example is making me type all of them. There are 350 fields in the table and the other table which I want to copy to has the exact corresponding fields or columns.
What I did in the
VB application is select records from table A with various criteria and copy or populate table B with all the records in the result set. That's why I was hoping I can just find a code that basically says...table B = table A resultset.
Thanks,