I knowing absolutely nothing about VB programming, and my knowledge of creating databases is limited. We have a database for my office that is two parts. A front end that has all of the forms, queries, etc; and a back end that I believe contains all of the actual data. It was done this was to make it run faster when it was getting too big. Whenever a used logins, there is a login script that copies the front end from the server to their workstation, and the back end remains on the server.
This week we installed a brand new server, and we had to change one of the top level directory names. Since then, our database has stopped working. I have gone in and modified the login script so it correctly points to the right location, and the script is working correctly. The problem is that there is still something within the database front end that points to the old server name. I figured if I could find it, I could just replace the old name (alpha) with the new name (walfad1) and it would start working, but I have no idea how to find it.
When I try to open the database, I get a blank Access screen, and the message: Windows cannot find the file C:\CFS\Case File System.mdb." I have verified that the file is on my local drive, and that the file is on the server. I have also tried to manually start the login form (the form that is supposed to run when you start the DB) and I get the attached error regarding the Jet Database not being able to open the file \\alpha\alston\case file system_be.mdb Since "alpha" is the name of the old server, I know this is one instance where I need to replace that information with the new server name; I just have no idea where to do it. I clicked the "debug" button to see if I could do it that way, but it did not show up in the form.
Is there another location I should be looking in, or is there a way to go through the database and replace all instances of this with the new server? Thanks a lot for any help!
This week we installed a brand new server, and we had to change one of the top level directory names. Since then, our database has stopped working. I have gone in and modified the login script so it correctly points to the right location, and the script is working correctly. The problem is that there is still something within the database front end that points to the old server name. I figured if I could find it, I could just replace the old name (alpha) with the new name (walfad1) and it would start working, but I have no idea how to find it.
When I try to open the database, I get a blank Access screen, and the message: Windows cannot find the file C:\CFS\Case File System.mdb." I have verified that the file is on my local drive, and that the file is on the server. I have also tried to manually start the login form (the form that is supposed to run when you start the DB) and I get the attached error regarding the Jet Database not being able to open the file \\alpha\alston\case file system_be.mdb Since "alpha" is the name of the old server, I know this is one instance where I need to replace that information with the new server name; I just have no idea where to do it. I clicked the "debug" button to see if I could do it that way, but it did not show up in the form.
Is there another location I should be looking in, or is there a way to go through the database and replace all instances of this with the new server? Thanks a lot for any help!
Attachments
Last edited: