Re: change check box value based on combo box value
- From: "BruceM" <bamoob@xxxxxxxxxxxxxxxx>
- Date: Fri, 10 Aug 2007 08:21:57 -0400
Do I understand correctly that when you select a value for Combo43 the value
is stored in the Boxes table, and that the check box values are stored in
the SampleData table? Are both of these table included in the form's record
source? Does the existing code compile correctly?
As I mentioned before, if the value of the Yes/No field can be dervived from
other data, the field is probably unnecessary.
"DrONDeN" <kenny.love@xxxxxxxxx> wrote in message
news:1186747260.245066.189440@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
BruceM
Combo box values are stored in a table (Boxes)
Check box values are stored in a seperate table (SampleData)
When 'Reference 1' is selected from the combo box, I want 'checkbox A'
to change from false to true.
When 'Quant 1' or 'Antenatal 1' is selected, I want 'checkbox B' to
change from false to true
When I inserted the code as mentioned before into the afterupdate
event, literally nothing happened. Ignore the checkbox numbers in the
code... they were for example only.
In the meantime, I will try the other solutions. Thanks guys.
.
- References:
- change check box value based on combo box value
- From: DrONDeN
- Re: change check box value based on combo box value
- From: DrONDeN
- change check box value based on combo box value
- Prev by Date: Multiply Query
- Next by Date: What is Automation ID?
- Previous by thread: Re: change check box value based on combo box value
- Next by thread: Multiply Query
- Index(es):
Relevant Pages
|