D
Dutch
I have an Access database that I want to use to store data for lesson plans
for different courses that I teach. In my database, the lesson plan for a
particular course is actually a report output based on a query of data from
multiple tables. These tables, for example, relate to the course title, high
level objective type, high level objective, media type, and teaching point.
That all works fine for 1 course. However, the different courses that I
teach are all a subset of 1 major course and all will have some relevence to
the main course but will have different high level objectives and teaching
points in some cases.
So, what I would like to do is have some way to do a "Make From" for lack of
a better term and be able to quickly create a new course lesson plan from an
existing record set (the data stored in my database) without having to go in
and re-enter all of the data for each course. (Approximately 50 courses
total).
Is there a way to copy data from a particular recordset and then rename it
thereby having two identical records through all of the nested subforms in
the data entry form, with a different inputID number? By the way I am using
AutoNumber for my key fields.
for different courses that I teach. In my database, the lesson plan for a
particular course is actually a report output based on a query of data from
multiple tables. These tables, for example, relate to the course title, high
level objective type, high level objective, media type, and teaching point.
That all works fine for 1 course. However, the different courses that I
teach are all a subset of 1 major course and all will have some relevence to
the main course but will have different high level objectives and teaching
points in some cases.
So, what I would like to do is have some way to do a "Make From" for lack of
a better term and be able to quickly create a new course lesson plan from an
existing record set (the data stored in my database) without having to go in
and re-enter all of the data for each course. (Approximately 50 courses
total).
Is there a way to copy data from a particular recordset and then rename it
thereby having two identical records through all of the nested subforms in
the data entry form, with a different inputID number? By the way I am using
AutoNumber for my key fields.