chuckcoleman
Registered User.
- Local time
- Today, 08:19
- Joined
- Aug 20, 2010
- Messages
- 380
Again. I am the single user. I gave a copy of what I developed to Ed, both FE and BE. He lives a block away. Whatever he does on his computer never touches anything on mine. He has a non networked computer. I will occasionally get a copy of his BE so I can see what he’s doing. When I want to see my data, I click on the Chuck icon that runs the chuck.bat file and evaluates if it sees Ed_BE.accdb, then wood_be.accdb must be Chucks data and the batch file just opens the FE. If the batch file sees Chuck_BE, then it renames wood.accdb to Ed_BE.accdb and it then renames Chuck_BE.accdb to wood.accdb. The reverse logic works if I click on the Ed icon that runs the Ed.bat file. All I’m doing is changing a file name based on the icon I click on. I don’t think that should be the focus. It should be what is causing the front end to not reliably link to one table.OK. You have two files in the same folder. Chuck_BE.accdb and Ed_BE.accdb. Your code renames Chuck to Common_BE.accdb. Your app opens and you do something. What happens when the app closes? Do you manually rename it back to Chuck? Even worse, if the files are in a shared folder, what happens if Ed opens his FE and it tries to rename his FE to Common?
Your method is NOT anything approaching standard methodology. So, rather than trying to figure out what is wrong, I think the time would be better spent to standardize your methodology.
Note, I even deleted every linked table in the front end, compacted the front end, added back the linked tables and the problem still exists. I’m just saying I’ve never had this issue before.