M
Michael Clifford
I have two Access databases (Production and Test) and, due to the PITA
exclusive lock on report designs, need to stage the report objects back and
forth. I can identify which reports have been worked on recently (with a
query to the system table). The problem is automating the copy of revised
and/or new reports back and forth.
The Import and Export options don't work too well, since these (and their
corresponding methods) avoid name collisions.
I'm new to programming in Access and am having trouble figuring out where
should the code go, since this involves two databases. Also, how can I
programmatically handle the copy so that Report x copies from Test to
Production as Report x (NOT Reportx1) if the former is newer than the
latter? Any help is appreciated. Thanks in advance.
BTW, my apologies: I posted this to the multiuser section but had second
thoughts, that this section may be more appropriate.
Regards,
Michael Clifford
exclusive lock on report designs, need to stage the report objects back and
forth. I can identify which reports have been worked on recently (with a
query to the system table). The problem is automating the copy of revised
and/or new reports back and forth.
The Import and Export options don't work too well, since these (and their
corresponding methods) avoid name collisions.
I'm new to programming in Access and am having trouble figuring out where
should the code go, since this involves two databases. Also, how can I
programmatically handle the copy so that Report x copies from Test to
Production as Report x (NOT Reportx1) if the former is newer than the
latter? Any help is appreciated. Thanks in advance.
BTW, my apologies: I posted this to the multiuser section but had second
thoughts, that this section may be more appropriate.
Regards,
Michael Clifford