you can declare variable as ctschedule,
dim oSchedule1 as ctschedule
then set it to control instance:
set oSchedule1=me.MyScheduleControl1.Object
then you get intellsense working on oSchedule1

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
>I am using solution schedule 7.0
> In a form I have a tab control with 3 schedules (one on each tab)
[quoted text clipped - 4 lines]
> Can I set a variable of type ctschedule and point it to the control? how?
> how do I get intellisense to work with the controls?