So much great information here.
The problem I have is I have implemented several solutions that I have found on this forum.
I still struggle when I find code or figure out code because I cannot figure out....
WHERE DO I PUT THIS!!!
does it go in query field
does it go in query SQL view code
does it go in query criteria
does it go in macro
does it go in table format
does it go in VB module
several times this has been very simple
ex an update query with
Field: tablename.fieldname
Update To:LTrim([fieldname])
What do I need to do to understand this?
I have this code but I am not sure what to do with it to make it work to import a .csv file?????
DoCmd.TransferText acImportDelim, "Import Specification", "tbl1", "C:\Documents and Settings\admin\My Documents\Schedule.csv"
Any help would be great.
Thanks,
Tina
The problem I have is I have implemented several solutions that I have found on this forum.
I still struggle when I find code or figure out code because I cannot figure out....
WHERE DO I PUT THIS!!!
does it go in query field
does it go in query SQL view code
does it go in query criteria
does it go in macro
does it go in table format
does it go in VB module
several times this has been very simple
ex an update query with
Field: tablename.fieldname
Update To:LTrim([fieldname])
What do I need to do to understand this?
I have this code but I am not sure what to do with it to make it work to import a .csv file?????
DoCmd.TransferText acImportDelim, "Import Specification", "tbl1", "C:\Documents and Settings\admin\My Documents\Schedule.csv"
Any help would be great.
Thanks,
Tina