I have a split database in which the backend is located on the server and several users have the frontend on their hard drives.
Forms in frontend file have combo boxes whose control sources are tables in the backend file. The combo boxes seem to be losing their connections to the backend file.
If I compact and repair the frontend file, the issue is resolved. The user has to save the repaired file over the "corrupted" one, and all is well.
I would like to add a command button so the user can perform this function when he has this error. I know very little code, so I'm hoping someone can help me.
I'm aware of the "compact on close" option, but am concerned about whether the backend file is affected. Because it's multiuser environment, I have read that compacting the backend when it's open can corrupt the file.
Or...if there's a better solution to solving the issue, any advice is greatly appreciated!
Forms in frontend file have combo boxes whose control sources are tables in the backend file. The combo boxes seem to be losing their connections to the backend file.
If I compact and repair the frontend file, the issue is resolved. The user has to save the repaired file over the "corrupted" one, and all is well.
I would like to add a command button so the user can perform this function when he has this error. I know very little code, so I'm hoping someone can help me.
I'm aware of the "compact on close" option, but am concerned about whether the backend file is affected. Because it's multiuser environment, I have read that compacting the backend when it's open can corrupt the file.
Or...if there's a better solution to solving the issue, any advice is greatly appreciated!
