I am sure this is simple but I can't think how to solve it.
I have an unbound form [frmInitials] with one text box [InitialBox] and one button. I would like the form to check the initials entered against a table [Users] holding a list of valid users initials(field [UserInitials]) and if the initials are valid to continue and if not to flash a warning and close.
How do I do it?
Thanks
I have an unbound form [frmInitials] with one text box [InitialBox] and one button. I would like the form to check the initials entered against a table [Users] holding a list of valid users initials(field [UserInitials]) and if the initials are valid to continue and if not to flash a warning and close.
How do I do it?
Thanks