Microsoft
Software
Hardware
Network
Question : Trusted Location Error Message "2001"
This problem must be one of the easiest to solve, but I have spent a long time on this and still cannot see where I have gone wrong!
I have written an export procedure for my database. However, when the procedure is run WITHOUT adding the database name and directory path to the "trusted locations", I receive a security warning. When the "cancel" button is pressed I get the runtime error 2001.
I have added the following error trapping routine (which for my purposes is really only an informative message to the end user), but although it stops the runtime error message appearing it does not display my message (I have an "On Error GoTo" statement at the beginning of my procedure:
cmdTrustedLocation_Err:
DoCmd.Hourglass False
DoCmd.SetWarnings True
If Err.Number = 2001 Then
Msg = "This message is being displayed because you have not added the directory name to the TRUSTED LOCATIONS and it has caused a security breach. Please add the database name and then try the export again."
Else
MsgBox Err.Description
End If
ps: the database is being used in several locations as a "stand-a-lone" application for the time being.
Thanks for all your help in advance.
Attachments:
27-07-2010-11-31-53.png
(16 KB)
(File Type Details)
Security Warning Message
Answer : Trusted Location Error Message "2001"
You have a span used for margin, you need a block for doing this. Try adding:
display:block;
Or use a div instead of span
Random Solutions
DB2 - How can I restore a deleted table?
What is the "terminal services profile" tab for?
Sql Query
how i can fine the fsextend.exe microsoft utility t download?
NTFS Permissions Not Applying on Win Vista/Win 7
Basic Authentication Box Is Displayed When You Log on to OWA 2003 with HTTP
How to modify this javascript to open links in a new window?
select * in view
jquery - gmaps
How to redirect to other action by using MVC2 framework