SALEEYOUNG
Programmer
I have a form which calls from a combo box (thats another question) certain information. The field in the underlying table of the combo box has no duplicates. Now the form's combo box is not restricted to list. So, if the info does not show up from the combo box one can enter new information. However, I need this new info to append to the table. The problem is that some records can have the same combo box info so I need to only add records to the underlying table if it is not a duplicate of whats already there. Otherwords, I need to write a query, macro, or code to compare the new info with the already in place info and to add a new record only if it does not exist in the underlying table. Excuse me if I ramble, but I have been working on this most of the day and I am very tired. I know this must be simple, but my brain is fried! Any help would be greatly appreciated. Thank you.