I was wondering does anyone know a function that i could place infront of a query, that will allow the query to remove a $ from infront of a a field in the database.
EG $12345
it should be 12345
Thanks
Reta
Hi
If the field is currency, you could format it:
[tt]Format([Field],"General Number")[/tt]
for example. If it is text, you could use:
[tt]Mid([Field1],2)[/tt]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.