B bugsy Registered User. Local time Today, 12:51 Joined Oct 1, 2007 Messages 99 Nov 13, 2007 #1 does anyone know what this code would be like in DAO ? Code: DoCmd.TransferText acExportDelim, "My_Transform", "Table", "C:\temp\xxx.csv" [\code]
does anyone know what this code would be like in DAO ? Code: DoCmd.TransferText acExportDelim, "My_Transform", "Table", "C:\temp\xxx.csv" [\code]
boblarson Smeghead Local time Today, 12:51 Joined Jan 12, 2001 Messages 32,040 Nov 13, 2007 #2 Can you explain a bit more of what you are looking for and why? The code you posted works, so what about it doesn't work for your purposes?
Can you explain a bit more of what you are looking for and why? The code you posted works, so what about it doesn't work for your purposes?
B bugsy Registered User. Local time Today, 12:51 Joined Oct 1, 2007 Messages 99 Nov 13, 2007 #3 boblarson said: Can you explain a bit more of what you are looking for and why? The code you posted works, so what about it doesn't work for your purposes? Click to expand... I am trying to transfer the contents of CSV file to a Table it doesn't do anything..., and no error message it did work in macro; but i need the name to contain a date field, so it needs to be done through VBA
boblarson said: Can you explain a bit more of what you are looking for and why? The code you posted works, so what about it doesn't work for your purposes? Click to expand... I am trying to transfer the contents of CSV file to a Table it doesn't do anything..., and no error message it did work in macro; but i need the name to contain a date field, so it needs to be done through VBA
B bugsy Registered User. Local time Today, 12:51 Joined Oct 1, 2007 Messages 99 Nov 14, 2007 #4 I see the problem; i was doing 'export' instead of 'import' changed; now it works
boblarson Smeghead Local time Today, 12:51 Joined Jan 12, 2001 Messages 32,040 Nov 14, 2007 #5 cool, glad you got it.
B bugsy Registered User. Local time Today, 12:51 Joined Oct 1, 2007 Messages 99 Nov 14, 2007 #6 thanks, unfortunately it won't let me add to your reputation again (
boblarson Smeghead Local time Today, 12:51 Joined Jan 12, 2001 Messages 32,040 Nov 14, 2007 #7 bugsy said: thanks, unfortunately it won't let me add to your reputation again ( Click to expand... Yeah, you have to give it to several other people before you can give it to someone again.
bugsy said: thanks, unfortunately it won't let me add to your reputation again ( Click to expand... Yeah, you have to give it to several other people before you can give it to someone again.