Hi,
I have a database which is able to show projects which are current and those which are archived. The users need to be able to search the archived data but are not allowed to edit it in anyway. I can use allowedits etc to make the forms read-only but this also affects the two combo boxes that are used to search for the projects by name and project id. I need to find a way to temporarily make the database read only whilst retaining the functionality of the controls on the forms. I am not able to close and re-open the database as other users will be using it to view current projects whilst others will be viewing archived. Splitting the database into two is not viable as some projects whilst archived are linked to other projects which are not and rely on common data files.
Any suggestions would be really welcome
Thanks
I have a database which is able to show projects which are current and those which are archived. The users need to be able to search the archived data but are not allowed to edit it in anyway. I can use allowedits etc to make the forms read-only but this also affects the two combo boxes that are used to search for the projects by name and project id. I need to find a way to temporarily make the database read only whilst retaining the functionality of the controls on the forms. I am not able to close and re-open the database as other users will be using it to view current projects whilst others will be viewing archived. Splitting the database into two is not viable as some projects whilst archived are linked to other projects which are not and rely on common data files.
Any suggestions would be really welcome
Thanks
Comment