Re: Displaying and modifying 1:N data in forms?



Don't worry about the line. It were form deviding lines, controlled by
a boolean that I found and set to false.

I have one more thing I need to figure out, perhaps someone can help me
with this too. I have a subform with several TextBoxes that hold dates.
I want a
calender to become visible when users dblclick on it, and be able to
pick a date etc etc. I have all of this working in a test form I
created, but my real form situation is a little different:

I don't have space on my subform to create the calender, so I placed
the calendar
on the main (parent) form. I was able to control the calender's
properties from
the sub form by using Parent.Calender.Visible=True etc, but how can I
do the reverse?
How can I modify the TextBoxes in my subform based on a date I select
on the Calendar (on the parent form) so I can do something like:
subForm.TextBox.Value = Calendar.Value

Thanks,
Stephan

Reply

.


Quantcast