dmyoungsal
Registered User.
- Local time
- Yesterday, 16:41
- Joined
- May 1, 2016
- Messages
- 112
I have 4 unbound fields that I use to enter Zones (range of Miles). the fields are cboZone1, cboZone2, cboZone4 and cboZone4.
Most times the 2-4 fields will be blank and it is highly possible the zones will not be entered in any particular order. They will most likely be entered lowest first, largest last.
I need to find (and use) the largest zone in a calculation.
I have played with the use of a complex IIF Statement, but I am having a hard time getting it to show until all fields are filled (will not always be the case).
I am not really a "code" user, but I think this is something that would benefit from code.
Most times the 2-4 fields will be blank and it is highly possible the zones will not be entered in any particular order. They will most likely be entered lowest first, largest last.
I need to find (and use) the largest zone in a calculation.
I have played with the use of a complex IIF Statement, but I am having a hard time getting it to show until all fields are filled (will not always be the case).
I am not really a "code" user, but I think this is something that would benefit from code.