When you create a form (design time) i VB with ADODC (against Access) you have to give the full path to database you want to connect to. The path is saved with the form and as a part of the connectionstring.
At the "end user site" the path to database will be different from design time and I need to change that at runtime. I'm able to do that, but I allways get an errormessage that says "Can't find "oldpath\database.mdb". What can I do to make that message dissapear ?
Thanks
At the "end user site" the path to database will be different from design time and I need to change that at runtime. I'm able to do that, but I allways get an errormessage that says "Can't find "oldpath\database.mdb". What can I do to make that message dissapear ?
Thanks