Additional Fields in a table
Using VS 2005, access db.
I have a maintenance program that uses the 'INSERT INTO' statement.
I know at some time in the future I will need to add more fields to table.
Is there a method of programming that can be used so a recompile would not be necessary. (assuming I am not maintaining these fields in the program).
I was thinking of something like a xml file.
Any thoughts would be welcome.
Thanks in advance.

