Hello everyone
I am dealing with something apparently simple. Hopefully it is.I'm using ms access 2003
I am trying to import a csv file with the statement below:
DoCmd.TransferText acImportDelim, , "myacctable", _
Application.CurrentProject.Path & "\myfile.csv", 1
but i am getting a...
Hello everyone, I need to create a query(ies) that allow to display all Subjects and Tubes with all the Analytes, notice that TABLE1 has Analytes1,2,3 and TABLE2 has Analytes4,5. Subj 1A has all 5 Analytes, a Subject could be in table 1 but not in table 2 or viceversa, or could be in both. The...
Hi all
I need to open a csv file using vba and just rename the columns for a file that holds around 300 columns. I know that msaccess can handle only 255 columns. The questions is "does anyone know if handling 300 columns can be done in access without opening the csv file in a table just...
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.