Microsoft
Software
Hardware
Network
Question : Getting rid of symbols
Experts,
I have a database I have been working on for my work. I have successfully imported over 50 documents data from there tables; However, there is this wierd dot symbol at the end of every single one. I would like to get rid of this. Look at the image below to see the symbol, any ideas would be great.
Answer : Getting rid of symbols
try this codes
sub getCharNum()
dim rs as dao.recordset, j as integer
set rs=currentdb.openrecordset
("select top 1 [number] from tableX")
for j=1 to len(rs(0))
debug.print asc(mid(rs(0),j,1))
next
rs.close
end sub
Random Solutions
MS Access 2003 mdb opening error 'Data is in an inconsistent state'
Netman DCOM settings are disabled by default in Windows 7
SSIS Ftp Connection Manager
How do I remove these borders?
Word 2007 can't open word 2003 .doc files
MailBee Pop3
SQL - Date calulation from current date
Dragging ReportViewer in VS2005 generates a 'protected memory' and an 'Invalid FORMATETC' error.
Putting functions in a VBA Macro in Excel or indenting as a macro.
exchange 2007 sending emails