[RESOLVED] Access checking recordset to keep from duplicating upload
I am trying to link some code to a button so that if a vendor has already been loaded into the table it will not load them again. Any ideas? Thanks
Re: Access checking recordset to keep from duplicating upload
Well, FIRST... this thread needs to be moved... this is the Forum Testing area.... not the place for questions that need to be answered.
Secondly, check the table, if the Vendor is in the database, don't insert it. If it isn't, then insert it.
-tg