Which is what I said, a self-cert is only good on your own computer. Again,
you are restricted to your own machine with a self certification, not the
server, or any other machine on your network, much less on anyone else's
network.
In addition to Paul's comments on a code signing certificate, be aware that
you can't change any code in the file without resigning (That includes new
queries and queries). Third-Party certificates are only good for 1 year, so
to change anything after a year, you need to buy a new one.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"Louverril" <(E-Mail Removed)> wrote in message
news:7BD808B4-FC8D-4647-A8BA-(E-Mail Removed)...
> Found the solution myself: you need to have the database you are trying to
> sign on the local PC. I was trying to sign one on my file server.
>
> Obvious really!
>
> Lou
>
> "Louverril" wrote:
>
>> I have an access 2007 database which I am trying to package and sign
>> using
>> the instructions from Microsoft at
>> http://office.microsoft.com/en-us/ac...980471033.ASPX
>>
>> I created a self signed certificate "Louverril" as per the instructions.
>> Opened the copy of the accde version.
>> Select publish, package and sign
>> Select Louverril cert
>> Select to create in "signed packages" folder
>> But would not create there - only created a database under the current
>> folder (the one with the database in that I am trying to package and
>> sign)
>> as "database.mdb"!
>>
>> Tried signing the current development accdb copy
>> Same thing happened.
>>
>> Tried allowing full menus nav pane and special keys
>> Same thing happened.
>>
>> Any ideas?
>>
>> Lou