Re: Databases by Gerben
Gerben
Fri Jun 25 15:55:59 CDT 2004
Hi Cowboy,
If you open one of your databases in per example your main progam, and you
do not use the dataenvironement of the form, you have a solution for your
problem.
Or an other solution, you can use cursoradaptors which can be used in de
DataEnvironement, and switch them to the right database, but that is a
little more complicated.
HTH,
Gerben Kessen
"Cowboy" <Cowboy@discussions.microsoft.com> wrote in message
news:ADE5B9F2-05D7-4B30-B976-0F742B0340CE@microsoft.com...
> I have developed an application. Now I want to add a "Training" feature
that will will the same tables as the "real" application. I have a new
database for the training, but all the forms have the database as the
original. How can I tell each form that the database has changed from
MyData to MyDataTr so that the tables in the training folder can be used
with the forms that were created using the original database of MyData? In
other words, is there a way to programatically change the database property
within each form?