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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

conversion function

Status
Not open for further replies.

rq

Programmer
Jun 13, 2002
56
US

I have a field that contains currency values. What function can I use to convert this currency field into an integer type?
 
If you want to do it within crystal.. it would be cint({table.field}). If you want your server to do the work we would need to know what type of DB you use.

Lisa
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top