process records in a table

  • Thread starter Thread starter apna
  • Start date Start date
A

apna

Hi
I have a database with a table that has about 50 fields and 100 records.

I need to read each record in a table
look at one field and set variables depending on what is in the field
After reading all records, save those variables to a new table
Then repeat all of that for each of the fields.

Anyone know of a sample database or code I could look to get an idea on how
to do that?

Thanks,
 
Back
Top