Functions

  • Thread starter Thread starter Robert M Raley
  • Start date Start date
R

Robert M Raley

I would like to make an expression in Access 2K that
changes in cm into feet and inches. I have the expression
in Excel 2K and have converted it for use with Access.
There seems to be several problems. The formula uses the
ROUNDDOWN, INT, and CONVERT functions. I can not find
these functions in access.

Help what do I do?

Yours desperately

Bob Raley
 
disFeet: CInt([cm]/30.48)
disInch: CInt(([cm]/30.48-[disFeet])*12)

Kelvin
 

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