hiya,
I have two tables in one database.
I have a frontpage menu which gives two buttons.
1. to access form1 (linked to table1)
2. to access form2 (linked to table 2).
If I restrict access to the whole database to read only, it means users cannot edit table no.2, which I need them to.
So is there a way that I restrict users to do the following:
Read-only form no.1 (linked to table1) - no editing allowed.
and
Being able to add/edit form no.2 (linked to table2) - editing allowed.
wayne
I have two tables in one database.
I have a frontpage menu which gives two buttons.
1. to access form1 (linked to table1)
2. to access form2 (linked to table 2).
If I restrict access to the whole database to read only, it means users cannot edit table no.2, which I need them to.
So is there a way that I restrict users to do the following:
Read-only form no.1 (linked to table1) - no editing allowed.
and
Being able to add/edit form no.2 (linked to table2) - editing allowed.
wayne