W
WingYip
OK
If I dont want to spend a few hundred dollars every year on a digital
certificate to authenticate my Access applications so there must be another
way.
As the selfcert.exe program only works on 1 machine I thought that if I
could allow each user to authenticate my apps through code in the app itself
I would not have to leave the mde file unlocked in order to attach the
certificate for each installation.
Basically I want my users to be able to click the Authenticate button in
their app and then create a certificate if one doesnt already exist and then
attach the certificate to the mde.
Anyone know how to attach a digital certificate in VBA (ACC 2003)?
Also if the app is using the runtime, what would need to be included in the
intstall package to allow a user (through my app) to -
a) generate a certificate
b) Attach the certificate to the project
Cheers
Wing
If I dont want to spend a few hundred dollars every year on a digital
certificate to authenticate my Access applications so there must be another
way.
As the selfcert.exe program only works on 1 machine I thought that if I
could allow each user to authenticate my apps through code in the app itself
I would not have to leave the mde file unlocked in order to attach the
certificate for each installation.
Basically I want my users to be able to click the Authenticate button in
their app and then create a certificate if one doesnt already exist and then
attach the certificate to the mde.
Anyone know how to attach a digital certificate in VBA (ACC 2003)?
Also if the app is using the runtime, what would need to be included in the
intstall package to allow a user (through my app) to -
a) generate a certificate
b) Attach the certificate to the project
Cheers
Wing