the purpose for this code is to insert the data from the temporary table into the final destination table which has primary keys and foreign keys which are used to establish a relationship
strTName is the final destination table the strTMP is the temporary table which holds the imported data...
the code I am working on imports a txt file into a temporary table - the table names and fields change with each txt file that is imported - so I do not know what the field names will be or tables being used to import the data
here is what I currently have for code
Dim db As Database
Dim rs As...
I am very new to this forum stuff
I have a VBA code which currently exports a set of 8 fields into Excel - the set consists of part number, quantity, total quantity, number of packs, pack quantity - for each dealer I only need a total of 8 sets - works great
However some dealers have less than...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.