ASPRunner v5.1 build 327
DB - Access 2000
I'm trying to set the security (limit view/editability) of a table to only those
records that a specific user has added. I believe that I have followed instruction correctly but......
Here is what I have:
In the owner (login table) I have users (username, groupid, password, and id (autonumber - primary key - type long integer)).
In the main table i have a field usrid (type long integer).
I set up a relationship in the security - advanced settings as specified for "users can see edit their own data only" - owner table field (id) main table field (usrid)
Once I build and add some data, the "list" edit and view buttons are available for all data, for each user - regardless of the user and not limited to only the data a specific user entered as expected.
Of note: the correct id (owner table) is written to usrid (main table) when data is entered. Just not filtering properly?
I'm probably missing something obviouse. Any help is appreciated.
Thanks