Dear friends,
I have a big database, that I have splitted into two different versions (front office and back office).
One is used by sales department users, to input some data and see some reports, some edits and so on... , and the other one (main one) is used by the accounting department, to do all the rest of more important actions...
In one of my forms, I have used some VBA code, to rename a table by clicking a button.
The problem is that when a front office user is somehow "connected" to that specific table, the back-office users encounter difficulties renaming tables...
How can I know if another user is somehow "connected" to a specific table in the main database, and issue a warning to the back-office user before clicking that button?
Thanx a loooooooooooooo oot......
I have a big database, that I have splitted into two different versions (front office and back office).
One is used by sales department users, to input some data and see some reports, some edits and so on... , and the other one (main one) is used by the accounting department, to do all the rest of more important actions...
In one of my forms, I have used some VBA code, to rename a table by clicking a button.
The problem is that when a front office user is somehow "connected" to that specific table, the back-office users encounter difficulties renaming tables...
How can I know if another user is somehow "connected" to a specific table in the main database, and issue a warning to the back-office user before clicking that button?
Thanx a loooooooooooooo oot......
Comment