JohnLute said:
Thanks! That sounds easy enough however, I've added data to the
unsecured BE already. Is there an easy way to import/export the new
data into the new BE?
If you can identify the new/changed rows then you could create a temporary
front end and use that to link to both back end files. Then run
update/append queries between them. Depending on the number and size of
your tables this could be easy or a PITA.
If not, is there an easy way to make the new BE
secured?
Technically, the back end file resulting from the splitter is still secured
in the sense that it was created while joined to the secure MDW file and
should be owned by a user with proper administrator privileges in that
workgroup. What you have lost is the permissions settings on the database
object and all of the tables themselves. You can certainly go into the
security menu and reset them all back the way they were.
From here I can't say which of those would be easier/faster.