View Full Version : Login form with incremetal timer delay


DCrake
04-24-2009, 02:57 AM
This simple demo shows how to place an incremetal timer delay between login attempts on your main login screen.

If the user enter a wrong user name or password the forms timer interval doubles and the text boxes are locked for that period. No actual tables have been used for this demo and as the developer you can incorperate your user name and password validation into the VBA.

David

elangemprit
06-20-2009, 10:12 AM
thanks for demo