josephwalter
Programmer
I have two tables that have the exact same fields. One is named MAIN_03 and the other MAIN_04. The '03 tables holds 2003 data and the '04 holds 2004 data - I don't like it, but I'm not allowed to change the table structures.
When we copied the '03 table to create the '04 table we didn't get the Default Values copied over. Now the '04 table has data in it, so I can't simply blow it away and copy the table again.
How can I copy the Default Values from one table, into another table that has all the same field names? By the way, the table has an un-godly number of fields, so doing it by hand would be ridiculous.
Any suggestions???
When we copied the '03 table to create the '04 table we didn't get the Default Values copied over. Now the '04 table has data in it, so I can't simply blow it away and copy the table again.
How can I copy the Default Values from one table, into another table that has all the same field names? By the way, the table has an un-godly number of fields, so doing it by hand would be ridiculous.
Any suggestions???