Is there a way to get an INPUT BOX to show Password style formatti

  • Thread starter Thread starter ThriftyFinanceGirl
  • Start date Start date
T

ThriftyFinanceGirl

I am asking the user for a master password, is there a way to get the INPUT
BOX to show the "*******" style formatting? I know how to use an input mask
on a regular form, but wanted to use an input box here...
 
Use a Text Box control on the form and set its InputMask to Password.

HTH,
Ryan---
 
Back
Top