I have a unbound textbox on a form. When a button is clicked I need it to check the value of that textbox against all of the records in a certain field and return an error(message box saying that value has already been used) if it matches and of the records. how can I do this?