473,398 Members | 2,525 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

access xp runtime -- view tables in design view?

sea
If a runtime installation of Access is created and installed on a
client machine that has a full verion of access, will it still be
possible to view the tables and queries in design view but not the
forms? Thank you very much, Sue
Nov 13 '05 #1
3 3787
Access and the Access Runtime are each executable files that can open Acces
databases. Installing the Access Runtime on a machine does nothing more than
put the MS Access runtime on the machine. If the full Access was there
before, it is still there afterward and functions as it always did.

If you distribute your Access application with the Access Runtime, that
doesn't have any affect on what happens if the user opens the database using
full Access instead.

If you want to actually protect your Access project, you must use Access
security or create an MDE. An MDE will work much as you describe. The
designs of forms, reports, and code are not available, but the designs of
tables and queries are. You can lock those down as well by using Access
security if you need to.

On 28 Oct 2004 22:43:15 -0700, se*****@hotmail.com (sea) wrote:
If a runtime installation of Access is created and installed on a
client machine that has a full verion of access, will it still be
possible to view the tables and queries in design view but not the
forms? Thank you very much, Sue


Nov 13 '05 #2
"sea" <se*****@hotmail.com> wrote in message
news:f8*************************@posting.google.co m...
If a runtime installation of Access is created and installed on a
client machine that has a full verion of access, will it still be
possible to view the tables and queries in design view but not the
forms? Thank you very much, Sue


Yes, the user would be able to do this. In fact, if you distribute a mdb,
they would also be able to change forms if they have the full version of
ms-access already installed (this assumes you are using a mdb).

However, as a general rule, by the time a budding developer gets around to
using the runtime system, you likely should have provided your own interface
that keeps users "out" of the ms-access part anyway. You can hide all of the
tables etc from your users, and you should do this BEFORE you get around to
using the runtime. In other words, the runtime don't provide any protections
here..but it is quite easy to provide your own UI here, and keep this stuff
away from your general users.

When you get so far as the runtime system, then you should start building
some menus for ms-access. I have thoughts and some nice screen shots of some
ms-access menus here..and this reading will give you some ideas:

http://www.attcanada.net/~kallal.msn...erFriendly.htm

Also, if you want to see a simple application that hides all of the
ms-access stuff, but takes no special code, or even security settings, try
downloading and running the 3rd example here:

http://www.attcanada.net/~kallal.msn...s/DownLoad.htm

The above hides all of ms-access. If you created the above example as a mde,
and disabled the shift key by-pass, you would have something that keeps
people out of the tables and queries. I have a utility here that lets you
remove the shift key by-pass:

http://www.attcanada.net/~kallal.msn.../msaccess.html
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.attcanada.net/~kallal.msn
Nov 13 '05 #3
sea
Thank you so very much for the detailed information -- this really helps!
"Albert D. Kallal" <Pl*******************@msn.com> wrote in message news:<DUlgd.53327$Pl.53119@pd7tw1no>...
"sea" <se*****@hotmail.com> wrote in message
news:f8*************************@posting.google.co m...
If a runtime installation of Access is created and installed on a
client machine that has a full verion of access, will it still be
possible to view the tables and queries in design view but not the
forms? Thank you very much, Sue


Yes, the user would be able to do this. In fact, if you distribute a mdb,
they would also be able to change forms if they have the full version of
ms-access already installed (this assumes you are using a mdb).

However, as a general rule, by the time a budding developer gets around to
using the runtime system, you likely should have provided your own interface
that keeps users "out" of the ms-access part anyway. You can hide all of the
tables etc from your users, and you should do this BEFORE you get around to
using the runtime. In other words, the runtime don't provide any protections
here..but it is quite easy to provide your own UI here, and keep this stuff
away from your general users.

When you get so far as the runtime system, then you should start building
some menus for ms-access. I have thoughts and some nice screen shots of some
ms-access menus here..and this reading will give you some ideas:

http://www.attcanada.net/~kallal.msn...erFriendly.htm

Also, if you want to see a simple application that hides all of the
ms-access stuff, but takes no special code, or even security settings, try
downloading and running the 3rd example here:

http://www.attcanada.net/~kallal.msn...s/DownLoad.htm

The above hides all of ms-access. If you created the above example as a mde,
and disabled the shift key by-pass, you would have something that keeps
people out of the tables and queries. I have a utility here that lets you
remove the shift key by-pass:

http://www.attcanada.net/~kallal.msn.../msaccess.html

Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Doug Baroter | last post by:
Hi, One of my clients has the following situation. They use Access DB for data update etc. some business functions while they also want to view the Access data quickly and more efficiently in...
20
by: John | last post by:
Hi, I've recently upgraded from Access 97 to Access 2002 & the performance basically stinks. I have tried the following items listed below but it has only had a minor impact: 1) Upgraded Jet...
17
by: Jelmer | last post by:
Hi, I am mildly familiar with ms access developement and I have been asked to port and document a ms access app. I expect the porting (97 to XP) to be fairly straightforward. However documenting...
6
by: Jarrod | last post by:
I have multiple reports in one database, on one form. I need to know what reports were run when, and by Network User ID. How do I do that?
7
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I...
11
by: Grasshopper | last post by:
Hi, I am automating Access reports to PDF using PDF Writer 6.0. I've created a DTS package to run the reports and schedule a job to run this DTS package. If I PC Anywhere into the server on...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
5
by: jonceramic | last post by:
Hi All, I started developing in Access, and people took notice and so we're starting to migrate into our corporate's bigger Oracle system. I'll still be using my developed Access front ends,...
9
by: prakashwadhwani | last post by:
Hi !! I'm about to develop a new project for a client. Should I go about it in Access 2003 or 2007 ? Purchasing it either for me or for my client is not a major consideration here ... what I'd...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.