I have a Access 2003 database table with 12 columns. Each column name is a date and is constantly changing each day. For example:
the name of column 1 is: 2010/03/27
the name of column 2 is: 2010/02/27
the name of column 3 is: 2010/01/27
the name of column 4 is: 2009/12/27
the name of column 5 is: 2009/11/27
and so on.
I need to be able to read the column name so that I rename it to something else. Is this possible with VBA ? Thank you for any and all assistance with this problem.
the name of column 1 is: 2010/03/27
the name of column 2 is: 2010/02/27
the name of column 3 is: 2010/01/27
the name of column 4 is: 2009/12/27
the name of column 5 is: 2009/11/27
and so on.
I need to be able to read the column name so that I rename it to something else. Is this possible with VBA ? Thank you for any and all assistance with this problem.