Thanks
I think we have soved it now...
AutoComplete is a feature present in I.E5.x. It is designed to make filling out forms easier by collecting previously entered data items
and allowing them to be selected from a drop-down list box. This is not a problem for us except for login/password...
Probably a simple question but..
Does any one know how you ensure that a field with input type password is not remebered by your browser. I do not want to rely on the users to answer no to the standard ie dialogue.
Chris
Thanks four your help, but I have resolved it now. The problem occurred whilst converting from 97 to 2000 and it would seem I had a compile error in some subsequent code. This was causing the form to bomb out. Always the simple things!
Thanks again
Chris
Unfortunately yes.
The Button on form1 has the following
DoCmd.OpenForm "frmGetSubscriber"
DoCmd.Close A_FORM, "frmMaintenanceMenu"
The event code on form2 is (for what it's worth)
Me![ogLogonType] = 6
Me![txtSubscriberDesc].Visible = False
I have tried putting the close...
I have a curious problem where, using the DoCmd.OpenForm under a button from one form, the form I am trying to open automatically cancels itself. I have two lines of code in the form_open event, however if commented out the 'feature' still occurs. If I remove the event code altogether the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.