C
Chase
I have a table of 14 colums, first 2 are text and the last 12 are numeric
with the field name eg. Jan-08, Feb-08, etc
I need to take this data month by month and append it to a table of 4 colums
with the first 2 colums as text then a date field and then a value field.
What is the VBA code for DoCmd.RunSQL and the loop code I need to use?
Regards
Chase
with the field name eg. Jan-08, Feb-08, etc
I need to take this data month by month and append it to a table of 4 colums
with the first 2 colums as text then a date field and then a value field.
What is the VBA code for DoCmd.RunSQL and the loop code I need to use?
Regards
Chase