Option button, frame and one text box (1 Viewer)

herronar

Registered User.
Local time
Today, 04:39
Joined
Mar 15, 2009
Messages
15
I have 4 options on a Form called TestResults:

Option1: 0 - 8
Option2: 9 - 12
Option3 13 - 14
Option4: > = 15

I have created two fields called:

SelectedTestResultOption
OptionTestResultActual

The field SelectedTestResultOption, stores the option selected.

The OptionTestResultActual together with the 4 Option buttons appear on the TestResults form, within a frame called TestResultsFrame.

The text box, OptionTestResultActual, enables the user to enter the actual test result, but is limited by the Option criteria by the selected option prior to entering the actual test result.

How do I:

1) Enable the user to enter a number within the selected option criteria in the text box?
2) Set a Validation rule for each of the criteria within the text box, in order to ensure that the user only enters a number within the option criteria selected.
3) The text box is only enabled if a criteria is selected.
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 00:09
Joined
Jul 9, 2003
Messages
16,271
Instead of causing the user to carry out two operations why not programmically select the relevant option group depending on the value the user enters?
 

herronar

Registered User.
Local time
Today, 04:39
Joined
Mar 15, 2009
Messages
15
Thank you for your reply.

How do I programmically select the relevant option group depending on the value the user enters?
 

Users who are viewing this thread

Top Bottom