|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Getting rid of " " and , on export from MS Access
I am exporting a database to file. Records look like this.
"","","","","","","","","","","","",#TRUE#, "!TID","00001","16","100001","Test Paitient","One","11111101","060801","1000","10","M","3",#TRUE#, Is there any way to get these "" and , out of my export? I have no place in my code that calls for these to be input. Btw, I am not using the Access automated export feature. I am doing this all in VB |
|
#2
|
|||
|
|||
|
What VB function are you using to write to a file? You could strip these characters out after the export is complete. Not elegant but a solution.
|
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > Getting rid of " " and , on export from MS Access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|