password in a table

  • Thread starter samotek via AccessMonster.com
  • Start date
S

samotek via AccessMonster.com

Can you help me build a password that is written in the table “my company
information†field PIN
I want at first to write the password by opening the form containig this
table, and after that, with the help of what is written there pass it to the
variable strPassword ?
As in :
Dim strPassword As String
strPassword = InputBox("Please enter the password")
If strPassword = "pin" Then
 

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

Top