I have an inputbox that comes up from code:
strCode = InputBox("Enter the override code.", "Override Code"
It is for an override of a transaction that only a few selected people know the override code for. I need the input to appear as *'s when the code is typed into the box. Is there anyway to have the input appear as that with an inputbox from code? If not, I guess I can always use a form for the code to be input to.
I would rather use the inputbox from code as possible, it is much cleaner.
Thanks for your help.
strCode = InputBox("Enter the override code.", "Override Code"
It is for an override of a transaction that only a few selected people know the override code for. I need the input to appear as *'s when the code is typed into the box. Is there anyway to have the input appear as that with an inputbox from code? If not, I guess I can always use a form for the code to be input to.
I would rather use the inputbox from code as possible, it is much cleaner.
Thanks for your help.