C
Chaster
I just added a calander control 9 activex ctrl to my form.
It shows up on all tabs. I want it to display just on certian tabs. Is
there a way of doing this either on the properties sheet of each tab or via
code?
If tab = whatever then
calctrl.visible = false
end if
This is the first time I have worked with this control and I would like to
set the value in one of my fields to the active value on the control when I
double click on a date. I looked at the properties and did not see where I
might be able to do this.
Is this possiable?
Thanks in advance.
It shows up on all tabs. I want it to display just on certian tabs. Is
there a way of doing this either on the properties sheet of each tab or via
code?
If tab = whatever then
calctrl.visible = false
end if
This is the first time I have worked with this control and I would like to
set the value in one of my fields to the active value on the control when I
double click on a date. I looked at the properties and did not see where I
might be able to do this.
Is this possiable?
Thanks in advance.