473,769 Members | 2,437 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Security warnings

On one computer I am getting the message "This file may not be safe if
it contains code that was intended to harm your computer. Open It?" and
on my computer I didn't get that message when I opened the same app.
This was due to me setting security level low on my computer but not
setting it on the other computer.

On the computer getting the error message I was also getting "Unsafe
Expressions Not Blocked" error messages. I think, but am not 100% sure,
this was stopped when I got SP2 for Access. I read that you get this
message if Jet 4.0 SP8 and Sandbox mode has not been enabled.

Does the Access 2003 SP2 contain the Jet 4.0 required updates? Where do
you find the Jet/SP information in A2003? I checked in the About area
in Help but didn't spot anything in the main dialog or under SystemInfo.

Do most people set their security level to low? If so, is there a real
purpose to these security warnings? Or are these messages simply
presented to cover Microsofts butt? Or are there real security threats
out there?

If there are security threats lurking in apps, it seems it would make
sense to set security to low for the apps you work with and trust. For
new apps the user should be asked if it is trusted or not. Once you
determine it is trusted, then set it low. Right now it seems if you set
the security level low it is set low for all apps...all or nothing.
Nov 20 '07 #1
3 1816
Yes: set the macro security to Low in Access 2003.
This makes A2003 behave the same as previous versions.

For Access 2007, place your databases in a trusted folder.
Then tell Access this location is safe, via:
Office Button | Access Options | Trust Center | Trust Center Settings

Most users never accept databases from unknown sources. If you do, place
them in an untrusted folder, open them in a virtual machine, or change the
security level while opening those databases.

For most of us, this A2003 security warning is about as useful as forcing
bicycle riders to wear seatbelts.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Salad" <oi*@vinegar.co mwrote in message
news:13******** *****@corp.supe rnews.com...
On one computer I am getting the message "This file may not be safe if it
contains code that was intended to harm your computer. Open It?" and on
my computer I didn't get that message when I opened the same app. This was
due to me setting security level low on my computer but not setting it on
the other computer.

On the computer getting the error message I was also getting "Unsafe
Expressions Not Blocked" error messages. I think, but am not 100% sure,
this was stopped when I got SP2 for Access. I read that you get this
message if Jet 4.0 SP8 and Sandbox mode has not been enabled.

Does the Access 2003 SP2 contain the Jet 4.0 required updates? Where do
you find the Jet/SP information in A2003? I checked in the About area in
Help but didn't spot anything in the main dialog or under SystemInfo.

Do most people set their security level to low? If so, is there a real
purpose to these security warnings? Or are these messages simply
presented to cover Microsofts butt? Or are there real security threats
out there?

If there are security threats lurking in apps, it seems it would make
sense to set security to low for the apps you work with and trust. For
new apps the user should be asked if it is trusted or not. Once you
determine it is trusted, then set it low. Right now it seems if you set
the security level low it is set low for all apps...all or nothing.
Nov 21 '07 #2
Allen Browne wrote:
Yes: set the macro security to Low in Access 2003.
This makes A2003 behave the same as previous versions.
Hi Allen. Thanks for the advice.

Next step for me is to put that menu option for runtime users.

For Access 2007, place your databases in a trusted folder.
Then tell Access this location is safe, via:
Office Button | Access Options | Trust Center | Trust Center Settings

Most users never accept databases from unknown sources. If you do, place
them in an untrusted folder, open them in a virtual machine, or change
the security level while opening those databases.

For most of us, this A2003 security warning is about as useful as
forcing bicycle riders to wear seatbelts.
A funny concept.
Nov 21 '07 #3
For most of us, this A2003 security warning is about as useful as forcing
bicycle riders to wear seatbelts.
Aye but it lets Microsoft unload responsibility for security onto the user.
<Hack, spit>

(nicely put, BTW)

Nov 21 '07 #4

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

Similar topics

2
1614
by: Ralph2 | last post by:
I made some Access 2K databases using Windows98SE, now I am making some modifications and find myself inundated with Microsoft Warnings. Windows 2000 Pro and Office 2003 all updated with the latest (?) security patches. On opening I get a Security Warning, Then a dialog box about Microsoft Jet 4 and the need to update to that (done) Then yet another security warning... Enough already. How can one tell Access that "this" DB is fine the...
5
1479
by: Andy | last post by:
Just updated to Access2003 -- When I try and open a database file, I get a security warnings message. Help says to go to Tools - Macros - Security and set security to low to prevent this message. I don't get a Security under the Macros submenu. What do I need to do? Thanks! Andy
2
7973
by: orekinbck | last post by:
Hi There I am inheriting from DateTimePicker class to create a DateTimePicker control with a configurable back colour. I got the original code from http://dotnet.mvps.org/ then converted it to C# and it works OK in .NET 2.0 except for two warnings from CodeAnalysis: CA2123 : Microsoft.Security : The virtual method DateTimePicker.WndProc(Message&):Void defined by type 'System.Windows.Forms.DateTimePicker' and its override
1
1716
by: Ahmet | last post by:
Hi all; In my application, in which I am using OracleClient API. I have one fucntion call to open database connection on my db library based on OracleClient. When I run my application on my local computer, it works well but when I put them on another directory on network, it starts with lots of security warnings first I get this security warning on OracleClient.open, and then in several
3
2253
by: Velvet | last post by:
I ran FxCop on one of the components for my web site and the security rules what me to add " tags like the ones listed below: This breaks my ASP.NET application. So my question is, what should these
2
3513
by: larpup | last post by:
When running on A2003 runtime with an mde i receive 3 security warnings. Do you want to block unsafe expresssions. Then another security warning Then, do you want to open this file. This problem does not occur using a full version of A2003. Any suggestions how to avoid these unnecessary questions when using
2
2845
by: Ntl News Group | last post by:
I understand that when using Access 2003, the security settings prevent the VBA code from running correctly and need to be set to the Low setting. My question is: Can this be done automatically using VBA, in other words, when my DB opens can it check to see if running Access 2003 and if so then change the macro security settings to low? Regards
4
2302
by: wazdakka | last post by:
I have an Access application developed using Access 2003 that I am trying to distribute. I have used the Package and Deployment Wizard that comes with the Office 2003 Developers Kit, and have been able to successfully distribute the application, with the Access runtime included, to several test PCs. Yes, more testing is necessary, but one problem is already presenting itself. It is, of course, the hated security dialogs regarding...
4
1269
by: Mike P | last post by:
Is it possible to prevent Outlook security warnings without using a 3rd party tool (i.e. is there some code you can write yourself to do this)? *** Sent via Developersdex http://www.developersdex.com ***
0
9589
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10219
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10049
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9998
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9865
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3967
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 we have to send another system
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.