
Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
> Hello.
>
[quoted text clipped - 14 lines]
>
> Kevin
I'm not sure I'm understanding correctly Alex. The "Schedule Check"
form would only contain the calendar. You load the form from the
switchboard, and up comes this form with a calendar in it. When you
click on another date other than today, I'd like a form to load that i
have already made, that displays the record from that date selected.
If I am writing in the onclick event of the textbox with the date in
the second form, how will it know the calendar has selected a date, if
that second form isn't even loaded yet? Should there not be some code
in the calendar's events somewhere that specifies that the second form
needs to load on pressing the date on the calendar? Thanks. This is
all quite new yet and some of these elements are a bit confusing to
me.
Just to clarify:
frmScheduleCheck (The form containing only the calendar)
-Calendar Control
-Close Button
frmTodaysSched (The form that will show the records for that day after
a date on the calendar has been selected)
-ActDate
-Activity
-Destination
-StaffinCharge
-VanRequired
-Close Button
Kevin
>say in onclick event of textbox with date write:
>
[quoted text clipped - 26 lines]
>>
>> Kevin
Alex Dybenko - 25 Jan 2004 07:48 GMT
yes, i this case you have to check what date is clicked in calendar form,
and open second form. sorry, first i didnt understand this

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
> I'm not sure I'm understanding correctly Alex. The "Schedule Check"
> form would only contain the calendar. You load the form from the
[quoted text clipped - 58 lines]
> >>
> >> Kevin