Blackshark
Programmer
I would like to have an Access table of data, that anyone can access on a read only basis. Also though, I want it to be updatable by an administrator at any time.
So a few questions:
1. Is it possible to make a table read only? (ie so that when people create a database they can 'link' in to the table)
2. The table will need to be upadted on an ongoing basis by a single person. Is there a way this can be done with the possibility of people viewing the table?
I work for a large business and it would seem sensible to have a difinitive 'employee tree' describing each employee and who they work for. At teh moment we have 100+ seperate user created databases being updated as and when and I am certain that 99% of them are not up to date.
I considered maybe having a main table and copy that people can link. I could then write some code to wipe and copy from the Main to the Copy every evening.
Any thoughts gratefully received.
Thanks Tim