wmehner Posted August 22, 2008 Posted August 22, 2008 What calculation would I need to convert inches into feet & Inches in a field? Like 24 to 2” 0”
Quartekoen Posted August 22, 2008 Posted August 22, 2008 (edited) Floor(inches / 12) & "' " & Mod(inches;12) & """ Edited August 22, 2008 by Guest
wmehner Posted August 23, 2008 Author Posted August 23, 2008 (edited) Thanks, but I guess I need to explain. I have a look up field that pulls height in inches (like 72) from another table field and when FM performs the look up I want the field to display (6' 0") Edited August 23, 2008 by Guest
Stomp Posted August 25, 2008 Posted August 25, 2008 If you don't need to keep the 72 around, just change that lookup into an auto-enter calculation using the calc provided by Quartekoen. Change "inches" to the name of your related inches field, of course. If you do need to retain the value in inches, keep your lookup, and create a second field with an auto-enter calculation as above.
wmehner Posted August 29, 2008 Author Posted August 29, 2008 Thanks, I figured it out.. Thanks both of you.
Recommended Posts
This topic is 5990 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now