I might have missed a simple concept a while back. If so, then I'm in deep doo doo. Ha!
When setting the Advanced Security Settings, it prompts you to identify the Users Table:OwnerID field and then to relate it to the MainTable: OwnerID field.
What I have overlooked, is that you can select "Current table" at the top of the form. My questions are:
- Do you have to select EVERY table in your database and establish the appropriate linkage?
- Does this mean that every single table (eg. Main Table) needs to have a field that links back to the Users Table?
This is where I might have problems. I have a couple of tables which I use as "lookup" tables where I list the possible selections for an input form. I don't link that table to any other one. But if I leave it alone on the Advance Security settings page, then it warns me that the data types aren't the same and that they may not work properly.
- Do I really need to establish a link for every table?
- Is this the same issue as the Master - Detail limitation that other postings are referring to?