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
Splash form for registration status using KeyedAccess
Excel - when I change data from numeric in cell it gives error message
SQL select problem, if and only if using SQL 2005
Running a subroutine automatically
Need help getting started with n-tier design in asp.net 3.5
Formula for Previous Friday to Thursday
Create PDF in black and white, using Ghostscript
Print Word 2003 document from Access 2003 form with contents of current record.
Using Range in DoCmd.TransferSpreadsheet acImport
SBS 2008 default website conflicting with SBS Web applications