larkeyshark
Programmer
Help!!!I am working with a master table containing a large number of records (names and cities of residence sorted by city). I need to insert 500 records from the master table to 5 secondary tables. Each secondary tables will receive 100 records from each of the 5 cities. I tried with a do while...loop statement and did not get very far. Thanks for the help.