Request for expert tips

Idris

Registered User.
Local time
Today, 14:07
Joined
Nov 9, 2005
Messages
67
Dear friends

I have a data entry forms unbound fields and are added to the table when a users clicks a save button - all the fields are having validation code and are checked on exit the current status of the value entered by the users is correct or not and subsequently and makes a recommendations to the users on screen. but still sometimes the users overlooks/ignores the required validation messages.

Now over here I request for a helpfull tips from you guys so that as an when the users clicks on the save button that this many items should be reviewed and then proceed with the save button - can any one in here suggest some helptips.

Thanks
 
You could have saved quite a bit of code by binding the form and controls. Use the BeforeUpdate event of the form to validate and Cancel = True if the user is not done yet. Search for ghudson's Better Mouse Trap for insisting the user complete the form.
 

Users who are viewing this thread

Back
Top Bottom