Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

When pasting from access fields start with a null

Status
Not open for further replies.

zathrus777

Programmer
Mar 31, 2003
30
GB
I created an access query and the results are figures that do not add (i.e. give 0 totals). On analysing the file in a hex editor (desperation) each cell starts with a null which I can get rid of by selecting the cell and deleting left.

Is there an easy way to remove all the null characters?
 
Hi,

Have you tried using one of the Numeric Convert functions???
Code:
CDbl([Field1])+CDbl([Field2])+...+CDbl([Field[i]n[/i]])
:)

Skip,

Want to get great answers to your Tek-Tips questions? Have a look at faq222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top