Hi
I created a simple form with a text box for the user to type in a text string.
I need to compare that text string to the text string in a table and for it to show if it's been used before.
so I have a field in 39999 records called Mlink. This Mlink field is not unique and is in the format of LL1234
I want to type this into a text box and then compare that to the Mlink field in my table and for the box to turn green, show a message OK if the entry has not been used before.
Sounds simple huh?
cheers
Ian