473,466 Members | 1,396 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Package and deployment and MDE

I made my database an MDE and I still have access to all the forms, tables
etc. I was trying to do the package and deployment now to see if that would
help. But it is not in the Add-In manager and I don't know how or where to
find it. Can anyone help me out this would be greatly appreciated. I'm Using
Office Professional.

Thanks in Advance
SPMU
Nov 12 '05 #1
6 1826
"SPMU" <sp**@hotmail.com> wrote in message
news:%q**********************@ursa-nb00s0.nbnet.nb.ca...
I made my database an MDE and I still have access to all the forms, tables
etc. I was trying to do the package and deployment now to see if that would
help. But it is not in the Add-In manager and I don't know how or where to
find it. Can anyone help me out this would be greatly appreciated. I'm Using
Office Professional.


Making an MDE version of your file only prevents *design changes* to code-based
objects (forms, reports, modules). It in no way changes the interface or makes
the file act any differently. If you want to hide or obscure the db window or
the normal Access interface that is an entirely different subject that has
little to do with converting to an MDE. Most of those are found in the Startup
menu and if you do a Google search on the topic you will find a few other things
you can do including implementing Access user-level security (a bit of an
advanced topic).
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2
If you want a bulletproof deployment of an access application check out
www.sagekey.com the make install scripts that make your install independent
of other installation of office.

I use them all the time and they are quick and reliable.

Seth B Spearman
"SPMU" <sp**@hotmail.com> wrote in message
news:%q**********************@ursa-nb00s0.nbnet.nb.ca...
I made my database an MDE and I still have access to all the forms, tables
etc. I was trying to do the package and deployment now to see if that would help. But it is not in the Add-In manager and I don't know how or where to
find it. Can anyone help me out this would be greatly appreciated. I'm Using Office Professional.

Thanks in Advance
SPMU

Nov 12 '05 #3
But I have changed a db to mde before and the tables were not accessible to
the user only to the developer, but this time it is allowing anyone access
to the tables, queries etc.

Do you know anything about getting an add-in to appear in the VB editor
add-ins?
"Rick Brandt" <ri*********@hotmail.com> wrote in message
news:c2*************@ID-98015.news.uni-berlin.de...
"SPMU" <sp**@hotmail.com> wrote in message
news:%q**********************@ursa-nb00s0.nbnet.nb.ca...
I made my database an MDE and I still have access to all the forms, tables
etc. I was trying to do the package and deployment now to see if that would help. But it is not in the Add-In manager and I don't know how or where to
find it. Can anyone help me out this would be greatly appreciated. I'm Using Office Professional.


Making an MDE version of your file only prevents *design changes* to
code-based
objects (forms, reports, modules). It in no way changes the interface or
makes
the file act any differently. If you want to hide or obscure the db window
or
the normal Access interface that is an entirely different subject that has
little to do with converting to an MDE. Most of those are found in the
Startup
menu and if you do a Google search on the topic you will find a few other
things
you can do including implementing Access user-level security (a bit of an
advanced topic).
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Nov 12 '05 #4
"SPMU" <sp**@hotmail.com> wrote in message
news:ur**********************@ursa-nb00s0.nbnet.nb.ca...
But I have changed a db to mde before and the tables were not accessible to
the user only to the developer, but this time it is allowing anyone access
to the tables, queries etc.
Sorry, but you're mistaken. There are ways to make the tables "difficult" to
access. Using an MDE is not one of them. If you deploy your app using the
Runtime on a PC that has no other verson of Access on it then the user will not
have direct access to the db window. However; that is a limitation of the
Runtime environment, not of an MDE.
Do you know anything about getting an add-in to appear in the VB editor
add-ins?


Sorry, no.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #5
"SPMU" <sp**@hotmail.com> wrote:
Do you know anything about getting an add-in to appear in the VB editor
add-ins?


Usysreginfo is the key word to search on if memory serves me.

Yup, it is. USysRegInfo Table Format.

See my Add-in Tips, Hints and Gotchas page at
http://www.granite.ab.ca/access/addins.htm for a few links on these although I wasn't
concentrating on usysreginfo.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #6

"Rick Brandt" <ri*********@hotmail.com> wrote in message
news:c2*************@ID-98015.news.uni-berlin.de...
"SPMU" <sp**@hotmail.com> wrote in message
news:ur**********************@ursa-nb00s0.nbnet.nb.ca...
But I have changed a db to mde before and the tables were not accessible to the user only to the developer, but this time it is allowing anyone access
to the tables, queries etc.


Sorry, but you're mistaken. There are ways to make the tables "difficult"
to
access. Using an MDE is not one of them. If you deploy your app using the
Runtime on a PC that has no other verson of Access on it then the user will
not
have direct access to the db window. However; that is a limitation of the
Runtime environment, not of an MDE.
Yes, you are right, I guess I had a bit of brain freeze last night, Thanks
for your help. It is much appreciated. Thanks.


Nov 12 '05 #7

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

Similar topics

6
by: Martin | last post by:
I am currently using VB6 Package and Deployment Wizard to create my setup.exe's but this sometimes fails on some users windows platforms. My question is do developers use a more up to date...
2
by: Bob Walpole | last post by:
I am somewhat a novice with vb6 however I have completed a program which needs to be shared by several people if it is to be of major use. I have used the Package and Deploymnet Wizard so that I...
1
by: waucoin | last post by:
When I created an application in VB6 on a XP Pro machine, I used the Package Deployment Wizard to create a setup program. When installing on it on another XP PRO machine, the message says that...
1
by: Uttam | last post by:
hello, Using Access 2000 with Developer Edition. I used the package and deployment wizard to create an installable version. When I tried out the installation, the installation itself went...
5
by: Geri Reshef | last post by:
In the VB6 I used the "Package & Deployment Wizard" to create an installation package. I didn't find the VB.Net equivalent. Does anybody knows where or what is it?
2
by: mgkaravi | last post by:
Hai! This is ravi i am a new member of ur group i have one doubt Yesterday i created one small software package using package & deployment wizard.After created it was installed from one...
1
by: RKalai | last post by:
Hi, I have created MY application as a package. i deployed my application in a system which doesnt have visual basic. it is working fine. but when i tried to put my package in my client place i...
1
by: RandomElle | last post by:
Can anyone help me out with locating & using the package and deployment wizard for Access 2003? I have searched for HOURS and cannot find the Package & Deployment wizard for Access2003 anywhere on...
0
by: NaftoliGug | last post by:
Hi. I'm trying to distribute installers to upgrade a database, using Access 2007 Developer Extensions Package Deployment Wizard, and it doesn't let you install as an upgrade - you have to first...
1
by: Nilam2477 | last post by:
I want to deploy my application which requires .Net framework, SQL Express as prerequisites. So i created a setup project in VS2008 and selected .Net framework and SQL Server 2005 Express. Now while...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.