hello all --
i just noticed that in the dataenvironment of my form, the full path is used for the location of the database that the table belongs to - meaning drive letter and directory. is there any way to get a relative path in there?
to save time/effort moving the exe over to the production machine, i'm developing the database on the prod machine and just building the exe to the live directory, but of course, because of the above problem, the exe is looking at the test data and not the live data. however, if i change the name of the test directory, the exe uses the live data! any suggestions? thanks!
-- michael~
i just noticed that in the dataenvironment of my form, the full path is used for the location of the database that the table belongs to - meaning drive letter and directory. is there any way to get a relative path in there?
to save time/effort moving the exe over to the production machine, i'm developing the database on the prod machine and just building the exe to the live directory, but of course, because of the above problem, the exe is looking at the test data and not the live data. however, if i change the name of the test directory, the exe uses the live data! any suggestions? thanks!
-- michael~