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
MDaemon not collecting Domainpop mail
How to change start menu user default folder list in Windows 7
SQL Server backup and shrink
Recurring event id 2424 and 2436 - Windows Sharepoint Services 3 search.
hstbar.xla can not be found After Excel 2007 was installed
Run macro in background without blocking Excel input / output
How do you setup the Edge Transport Role in Exchange 2010 if you only have 1 server in the organization?
Issue with performance of a SQL query
SQL Report Sort
I need to change all the 'null's in a query to a blank (empty string) with sql server