E
edisonl via AccessMonster.com
Hi All,
Might be slightly confusing.. I had a Form (F_Form), Recordsource (F_table),
Multiple control (Control 1..... n ), But 1 particular control (Called it
Control CH_ComboBox) recordsource I like to set it to
G_Table.
Therefore if G_Table Updates this field, CH_ComboBox should be reflected
accordingly & automatically.
However I allow 1 time entry only, which means previously
if (IsNull(Ch_ComboBox))then
CH_ComboBox.recordsource.enabled = True
CH_ComboBox.recordsource = H_Table
Else
CH_ComboBox.recordsource.enabled = False
CH_ComboBox.recordsource = F_Table
End If
Regards, Edison
Might be slightly confusing.. I had a Form (F_Form), Recordsource (F_table),
Multiple control (Control 1..... n ), But 1 particular control (Called it
Control CH_ComboBox) recordsource I like to set it to
G_Table.
Therefore if G_Table Updates this field, CH_ComboBox should be reflected
accordingly & automatically.
However I allow 1 time entry only, which means previously
if (IsNull(Ch_ComboBox))then
CH_ComboBox.recordsource.enabled = True
CH_ComboBox.recordsource = H_Table
Else
CH_ComboBox.recordsource.enabled = False
CH_ComboBox.recordsource = F_Table
End If
Regards, Edison