M
miss031
For archiving purposes, I would like to make an automatic query that, when
ran, would make a new table with a particular field as the name of the table.
I'll elaborate:
Each time a new job is begun, there is table called "Job Information" in
which the date of beginning is entered in a field called "begindate". When
the job is completed, I want to archive it, by making a new table named the
date entered into the "begindate" field.
There is data from several other tables that will be added to the new
archive table, and removed from the original tables.
Please be gentle, I'm rust on the VB & SQL.
ran, would make a new table with a particular field as the name of the table.
I'll elaborate:
Each time a new job is begun, there is table called "Job Information" in
which the date of beginning is entered in a field called "begindate". When
the job is completed, I want to archive it, by making a new table named the
date entered into the "begindate" field.
There is data from several other tables that will be added to the new
archive table, and removed from the original tables.
Please be gentle, I'm rust on the VB & SQL.