hi,
i got this off another thread somebody had put up and i want to do something similar.....i want to see if what the user enters already exists and tehn show an error message if it does...
well i dont really understand how this works.....can you explain what
rst.Open "SELECT anyusefulfield FROM tablename WHERE (keyfield = " & fieldvalue) & " AND (keyfield2 = " & field2value & ""
does? examples on the fieldnames you have entered would help!
im a beginner here and am really stuck!
SaDeS
i got this off another thread somebody had put up and i want to do something similar.....i want to see if what the user enters already exists and tehn show an error message if it does...
well i dont really understand how this works.....can you explain what
rst.Open "SELECT anyusefulfield FROM tablename WHERE (keyfield = " & fieldvalue) & " AND (keyfield2 = " & field2value & ""
does? examples on the fieldnames you have entered would help!
im a beginner here and am really stuck!
SaDeS