Hi All.
In my form I have 3 tools: combobox1, DateTimePicker1, and UpDownNumber1.
I'm using ComboBox_SelectedValueChanged to display UpDownNumber1 if combobox1.value = 3 in rest conditions form will display DateTimePicker1 tool. But when I save a record I have problem. How to save value from tools DateTimePicker1 and UpDownNumber1 as Null if they not display on the form?
Thanks.