DCrake
Remembered
- Local time
- Today, 21:17
- Joined
- Jun 8, 2005
- Messages
- 8,626
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
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