Password num campo

  • Thread starter Thread starter Paulo Ferreira
  • Start date Start date
P

Paulo Ferreira

Alguém me pode explicar como posso fazer com que seja pedida uma password
para o utilizador poder alterar o conteúdo de um determinado campo.
Obrigado.

Paulo Ferreira
 
Hi,


You can use your preferred way to update the password stored in the
field, the database is not aware that there is something special about that
given field. You may have to encrypt the database to not be allow the
password to be easily readable from the mdb file open as a binary file.

To be sure the right user is modifying the right record, you may ask the
user to type the actual password, compare it, and if the comparison agree,
allow the user to change the password.

Since there are many ways to bypass such a home maid password
protection, I would rather not do it. If possible, use the integrated Access
security, rather than using your own.


Hoping it may help,
Vanderghast, Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

RichText showing <div> and other tags 3
Power Point 1
Campo autonumerador 5
gridview headers 1
reenvio automatico 1
Function time 1
Arquivo Framebuf 1
Como calcular o tempo em horas e minutos (ex. 2:30)... 2

Back
Top