Microsoft
Software
Hardware
Network
Question : How do I get MsAccess to include commas as part of the text and not a delimiter when exportig with GetString?
Hello experts, 99% of what I have below is working fine. The issue I have is one of the fields being exported is a description of the product, and is stored as a memo field in my database. Some of these long winded descriptions have commas in the text. On exporting, any field with a comma is broken into multiple fields. What do I need to add to this line to get Access to ignore the commas? Also, could you please explain the parts that you provide. Cheers
txtfile.Write rst.GetString(adClipString
)
Answer : How do I get MsAccess to include commas as part of the text and not a delimiter when exportig with GetString?
the commas can't be ignored, run an update query to change the commas in the memo field to something else.
update tableX
set [memofield]=replace([memof
ield],",",
":")
Random Solutions
How to set value member in listbox using Silverlight 3.0
SelectedValue which is invalid because it does not exist in the list of items
How to get application path in VB.NET ?
Union All Query for Sub Report Order By
SQL syntax producing duplicate results
Slow ODBC connection from PHP through IIS to Sql Sever 2005
Message Box in access to display table cell value
Moving sql server mdf file
Excel VBA - paste value into active cell and run addin against it
Fix "GetModuleHandleExW" error on a W2K SP4 Machine