Hello! It might be an easy question for you, but I don't find an answer to it. I have the following code, which works perfectly:
DoCmd.TransferDatabase _
TransferType:=acImport, _
DatabaseType:="ODBC Database", _
DatabaseName:=init.dbLogin, _
ObjectType:=acTable, _...
Yeah, I know this option too. I was using it like this until a bumped into another problem. The thing is that you can not export more than 2 decimal places into a text file. This is the main problem. Access use the Regional settings from windows. The database I'm working with will be used by a...
It's there, but sorry, I was not clear enough with this.
So it has 3 fields, and the FieldNames (Types) are:
Name (Text)
Age (Long Integer)
SomeNumber (Double)
Only 1 record in this table:
Steven
27
3
Or have I misunderstood something?
This table is just for testing, so I can check the output...
Hey all,
I've got a problem which is driving me crazy now. I'm trying to export a table into a txt with the help of the Schema.ini file. I'm using the following code in this file (which I've placed into the folder where I'm exporting to):
[Mytable.txt]
ColNameHeader=True
Format=TabDelimited...
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.