|
Subject:
|
Hide or Disable Table To Open
|
|
Posted By:
|
vivek_inos
|
Post Date:
|
12/8/2005 6:57:02 AM
|
Hello Everybdy,
I am working on a project where I use Access Forms as Frontend And Sql Server As Backend.
I Want to hide or disable some tables so that it can not be opened or Edited by Others.
Also How Can I make An Executeable File Out of It.
Any Ideas??
Thanx. 
Best Regards, Vivek.
|
|
Reply By:
|
carelfrik
|
Reply Date:
|
12/8/2005 7:17:55 AM
|
Could you use the following tip ? Name tables with the USys prefix to prevent them from being visible. example if you have a table called "Employees" now rename that table to "USysEmployees". This makes your table into a system object which access does not display. To see this table later, choose view->options->show system objects.
|
|
Reply By:
|
leehambly
|
Reply Date:
|
12/8/2005 8:03:23 AM
|
Vivek... I replied to your other post on this... Carelfrik's method may work, but I still think you need to look at my other post, especially given that you want to finish the development as an executable.
|