mdschuetz
Nerd Incognito
- Local time
- Today, 11:46
- Joined
- Oct 31, 2007
- Messages
- 49
However, this one eludes me.
On a FORM, I have 2 Objects. A check box and a combo box.
checkTax
cboAccount
I have checkTax set to: YES/NO
I have cboAccount functions with a rowsource lookup: SELECT Accounts.* FROM Accounts;
Here is the layout...
6100-0000 = NO
6200-0000 = NO
5430-0100 = YES
5475-0100 = YES
Now if I select 6100-0000 or 6200-0000 in my drop down list in the combo box I want the checkbox to remain unchecked. Yet, if I select 5430-0100 or 5475-0100 in my drop down list in the combo box I want the checkbox to be checked.
I'm pretty sure this is doable, I am just having a difficult time in finding out how by looking on my own. If someone can, please help.
Thanks,
Marty
On a FORM, I have 2 Objects. A check box and a combo box.
checkTax
cboAccount
I have checkTax set to: YES/NO
I have cboAccount functions with a rowsource lookup: SELECT Accounts.* FROM Accounts;
Here is the layout...
6100-0000 = NO
6200-0000 = NO
5430-0100 = YES
5475-0100 = YES
Now if I select 6100-0000 or 6200-0000 in my drop down list in the combo box I want the checkbox to remain unchecked. Yet, if I select 5430-0100 or 5475-0100 in my drop down list in the combo box I want the checkbox to be checked.
I'm pretty sure this is doable, I am just having a difficult time in finding out how by looking on my own. If someone can, please help.
Thanks,
Marty