dragonmanUSMC
IS-IT--Management
- Dec 10, 2004
- 31
I have a form that my co-workers will input design data on, there is a field that will calculate the rim speed based off of the data they provide. (I know it's not a good idea to perform calculated fields on a form, but this is the only instance this number will be needed.
The control source of the field is:
=([Forms]![SB Design Calculations].[SawRPM]*[Forms]![SB Design Calculations].[DiaOfSaw])/3.8197
What I need to do is confirm that the calculated value is between 9,000 and 11,000 if so ok move on. If not I will create a custom error msg to point them in the right direction on why it is out of range.
Any help would be greatly appreciated.
The control source of the field is:
=([Forms]![SB Design Calculations].[SawRPM]*[Forms]![SB Design Calculations].[DiaOfSaw])/3.8197
What I need to do is confirm that the calculated value is between 9,000 and 11,000 if so ok move on. If not I will create a custom error msg to point them in the right direction on why it is out of range.
Any help would be greatly appreciated.