I don't mean that one. You told me that one before. I meant the one
that occurs when the user clicks a hyperlink to open your database.
TC
when the user clicks the hyperlink will happen the follow:
1- Message appears that says: Open - Save - Cancel
When I click open it show after that a message:
2- (unkown publisher message) Run - Don't Run
If I click run nothing happens, but if you go to task manager you'll find a
MCACESS.EXE process is running !!!
But other mdb files when you you click database properties it will open it
and shows company-other-comments information, and also it will open from a
hyperlilnk!!!
This what I've tested personlly!!!
Sorry for bothering, it seems a little bit confusing, bus this what XP
brought to us!!! LOL
>I don't mean that one. You told me that one before. I meant the one
>that occurs when the user clicks a hyperlink to open your database.
>
>TC
TC - 25 Dec 2005 12:16 GMT
Ok, so maybe the "can't run database" problem, and the "can't load
properties" problems, are related somehow. Initially, I assumed that
they weren't.
Here are two ideas you could try.
(1) The "can't load properties" message might be due to using Access
2002 to alter the db properties in an Access 2000 format db. Here's
some information from Dirk Goldgar MVP:
http://www.access-database-help.com/top/ng/group~5/~50580~__Unable-to-load-the-d
atabase-properties/index.aspx
Perhaps you could recreate the properties with Access 2000 & then try
again?
- To delete an existing property: dbengine(0)(0).properties.delete
"PropNameHere"
- To create a new property: see F1 Help for the CreateProperty method.
(2) You can disable the hyperlink warning with the instructions given
here: http://support.microsoft.com/default.aspx?id=829072 Perhaps
disabling the warning would then allow your file to run.
Personally, I'm not sure which of those two things, I would try first.
Maybe (1), because (1) will only affect one file - your database. (2)
will presumeably affect every other database & document that you can
click a hyperlink from.
HTH,
TC