Sounds like you're doing exactly what I need to do. I'll
try to use your example and see if I can make it work.
Any chance I could see the structure of your database for
learning purposes? How many related tables do you have?
Thanks,
John
>-----Original Message-----
>I've had a similar need where I have a production line
>with associated processing steps, labor information,
>equipment setup instructions, etc. Often much of the
>information is similar to a line that has already been
set
>up. I use a make table query to transfer the details to
>temporary 'copy' tables, then use an update query to
>change the appropriate fields from the source line to
the
>copy line, then use append queries to copy the modified
>table info back to the main tables. Its cumbersome, but
it
>works solid.
>
>Anybody got a better approach? Is there a 'copytree'
>with 'replace' option floating around undocumented?
>
>>-----Original Message-----
>>Perhaps there is a different way to do this but...
>>I need to duplicate a record to assign it to multiple
>>users.
>>
>>Here are the specifics:
>>An instructor (table 1)
>>Creates an educational map (table 2)
>>That contains units (table 3)
>>That contains content and standards (table 4 & 5)
>>
>>A group of instructors got together this summer and
>>created a fake "instructor" so they could work together
>>on these lesson designs. Now each instructor wants the
>>design information in "their" profile (table 1) so they
>>can make their own individual changes and customize the
>>template that they created in a workshop.
>>
>>It may not be good normalization practice but this is
>>what I need. I can do it record by record but that is
>>tedious. I simply want to copy a record and all
related
>>records to another area.
>>
>>Hope this paints a better picture of what I need.
>>Thanks for your advice.
>>-John
>>
>>>-----Original Message-----
>>>"John" <(E-Mail Removed)> wrote in
>>>news:0e3201c37c5b$efc18090$(E-Mail Removed):
>>>
>>>> I need to create a copy of a record in Table 2 and
all
>>>> related records from the tables beneath table 2 and
>>>> assign the data to another record in Table 1, while
>>still
>>>> maintaining the original data and assignments.
>>>>
>>>
>>>No you don't. I suggest you read up on database design
>>and something on
>>>relational theory and "normalisation". There just
isn't
>>a valid reason for
>>>copying fields from one table to another.
>>>
>>>Best wishes
>>>
>>>
>>>Tim F
>>>
>>>.
>>>
>>.
>>
>.
>
|