SDRichardC
Technical User
I want to create three toggle buttons name
IQ, 4x6, and All. On the current form loaded, I want the user to click on one of the button which filters a combo box that holds the underlying table/query. Say if the IQ button is click, then the user goes to the field name Test Case combo box and drops down only those that is IQ related.
Here is what I have build in the table.
TestCase column = 1001, 1002, 1003...
TestName column = AC, Wallet, 8x12
TestType column = IQ, 4x6, All
I would greatly appreciate the help.
IQ, 4x6, and All. On the current form loaded, I want the user to click on one of the button which filters a combo box that holds the underlying table/query. Say if the IQ button is click, then the user goes to the field name Test Case combo box and drops down only those that is IQ related.
Here is what I have build in the table.
TestCase column = 1001, 1002, 1003...
TestName column = AC, Wallet, 8x12
TestType column = IQ, 4x6, All
I would greatly appreciate the help.