ummm, i got a for that is connected to a database, and have an
add, edit, delete cmd buttons.
if example i have "MyName" already on a certain field of a table on a database,
then on my form i wanna add "MyName" also,
what i want is there will be a msgbox that will tell theres already "MyName" on my table,
-------
also if i add into the table
"MyNaMe" or "MYNAME" (have diff Uppercase and Lowercase charater)
is will still recognize it as a simple "MyName"
pls help me on this one.