Hello I have a theoretical question here. So say I have a split database and I distribute the front end to users (an actual copy of the frontend not a shortcut) now if they altered their copy and messed with the forms things like added minimize maximize buttons, created new queries, created an sql macro that send data from a table to another database would there be any way for me to tell they were doing this? Let's avoid the suggestions to stop this from happening ie locking down the database, disabling the shift key, giving them only a shortcut instead etc. The way I look at it as long as they weren't altering the tables in a way that my original front end was built for it would be impossible to tell right? I mean specifically with the custom sql statements to another database through ADO could I track that they were doing that? Thanks for any input...