Help with formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can't seem to get this to work can someone please help
Expr1:Int(CDec( [DETAIL_LINE_AMT]*0.0675+ 0.005) * 100 / 100)
 
Mike said:
Can't seem to get this to work can someone please help
Expr1:Int(CDec( [DETAIL_LINE_AMT]*0.0675+ 0.005) * 100 / 100)


Will this do what you want?

Expr1:Int([DETAIL_LINE_AMT]*0.0675+0.005 * 100) / 100
 
Mike

"...can't ... get this to work ..." could mean a lot of things.

Does it run but return incorrect values?

Does it fail to run and gives an error message (it would be helpful to know
what that message says)?

Does it cause your PC to begin smoking?

A bit more specific description will probably lead to more specific
suggestions.

(what are you expecting to have happen if your [DETAIL_LINE_AMT] is Null or
empty?)
--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top