How to disable access security notice "A Potential security concern has been identified" -


i have shared access application, created accde file 32-bit machine, when user open application he/she getting security warning

enter image description here

is there way disable message appearing users

thank you

you have set computer trusted source. in order around issue, need create digital certificate. digital certificates on computer created on, if database used on multiple computers each 1 have create digital certificate.

to this, need perform following tasks:

  1. click on start -> programs -> microsoft office -> microsoft office tools -> digital certificate vba projects (if don’t have this, need contact dept.)

  2. enter certificate name. make obvious myprogramname , click ok

  3. open access database contains security warning want bypass
  4. go design view of module
  5. click on tools -> digital signature
  6. choose digital certificate created in step 2
  7. save , close database
  8. re-open database. prompted different security warning states file has been digitally signed.
  9. check off “always trust files publisher…” box , click open button
  10. all subsequent times enter database, not prompted security warning.

note - wrote above our company based on office 2003. if you're using more recent version, instructions may vary somewhat.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -