Zydeceltico
Registered User.
- Local time
- Today, 09:44
- Joined
- Dec 5, 2017
- Messages
- 843
Hi All,
I am QC inspector for a fabricating company.
We need to record data for length in feet and inches (eg., 12' 3-7/16"). We record Required Length and Actual Length. We would like to "do math" later at some point. In other words, I am initially thinking I would like to store the data as numbers rather than text.
We are recording data via a form (frmWeldingAssembliesInspections) bound to a table (tblWeldAssembiesInspections).
It appears to me that the only way to keep all data as numbers (instead of 12' 3-7/16" as text) is to have three fields in my table for each measurement (i.e., a field for "feet"; a field for "inches"; and a field for any fractional amount.
I'm wondering if anyone has found a graceful means of doing this differently. I'd love to not have 3 fields for a single measurement - but I get it - if that's the only way.
Thanks,
Tim
I am QC inspector for a fabricating company.
We need to record data for length in feet and inches (eg., 12' 3-7/16"). We record Required Length and Actual Length. We would like to "do math" later at some point. In other words, I am initially thinking I would like to store the data as numbers rather than text.
We are recording data via a form (frmWeldingAssembliesInspections) bound to a table (tblWeldAssembiesInspections).
It appears to me that the only way to keep all data as numbers (instead of 12' 3-7/16" as text) is to have three fields in my table for each measurement (i.e., a field for "feet"; a field for "inches"; and a field for any fractional amount.
I'm wondering if anyone has found a graceful means of doing this differently. I'd love to not have 3 fields for a single measurement - but I get it - if that's the only way.
Thanks,
Tim