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
Visual Basic 6 code with auto number creation through network computers
1203(No network provider accepted the given network path.)
Queries with .dbf files working on 2 of 4 computers - Access 2000
Tab into subform new record does not work if prior records are disabled by Conditional Formatting
Question regarding a dataset
Which hard drive does the volume number corresponds to?
What is the signature for load complete even?
Restore a Sharepoint Site from an SQL Database Backup
How do I print data only from forms in Word 2007?
create hierarchy using T-SQL!