|
|
 |
| Access VBA Discuss using VBA for Access programming. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

December 8th, 2005, 06:57 AM
|
|
Authorized User
|
|
Join Date: Nov 2005
Location: mumbai, maharashtra, India.
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hide or Disable Table To Open
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.
__________________
Best Regards,
Vivek.
|

December 8th, 2005, 07:17 AM
|
|
Registered User
|
|
Join Date: Oct 2005
Location: , , .
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.
|

December 8th, 2005, 08:03 AM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Location: Salisbury, Wiltshire, United Kingdom.
Posts: 155
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |