G
Guest
Hi
I would like to finish a module by open another database (that I just copied
some tables and reports into) then closing the current database, leaving the
second (target) database open, mainly since I will need to run procedures
from the target database. Is this possible? Here is the logic flow:
Create new database (figured this section out)
Write table to new database
transfer Form to new database
transfer report to new database
open report in new database - (not figured this section out)
close current database
review report in new database
run module in new database
basically do things in new database
I would like to finish a module by open another database (that I just copied
some tables and reports into) then closing the current database, leaving the
second (target) database open, mainly since I will need to run procedures
from the target database. Is this possible? Here is the logic flow:
Create new database (figured this section out)
Write table to new database
transfer Form to new database
transfer report to new database
open report in new database - (not figured this section out)
close current database
review report in new database
run module in new database
basically do things in new database