On Fri, 17 Feb 2006 13:56:27 -0800, Rachel
<(E-Mail Removed)> wrote:
>I have a simple table with month-year names for column headers.
Then you have an *incorrectly designed table*.
You're "committing spreadsheet upon a database", a misdemenor
punishable by being forced to read the links at
http://home.bendbroadband.com/conrad...abaseDesign101
<g>
>After each
>month, a new column will have to be added for that month's data. I would
>like to be able to prompt the user to enter the last date in the month
>reporting and have access automatically create a new column for the user to
>start entering the data.
Seriously... a MUCH better normalized design uses two tables, one with
the non-date specific information in this table (including a Primary
Key field), related one-to-many to a table with that ID, a Date/Time
field (containing #1/1/2006#, #2/1/2006# and so on in different
records), and a field for whatever you were storing in the "Jan2006"
field.
John W. Vinson[MVP]