C
CDM
I import a spreadsheet to Access daily and it has every customer in our
database. I also have tblClients that needs to be updated with these new
customers. I have written a procedure that loops through every record in
tblImports and checks to see if the record exists in tblClients, if not, it
adds a record. Is there a faster way to do that in VB?
database. I also have tblClients that needs to be updated with these new
customers. I have written a procedure that loops through every record in
tblImports and checks to see if the record exists in tblClients, if not, it
adds a record. Is there a faster way to do that in VB?