Re: Displaying and modifying 1:N data in forms?
- From: stephan.vanbeerschoten@xxxxxxxxx
- Date: 30 Aug 2005 09:12:36 -0700
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
.
- Follow-Ups:
- Re: Displaying and modifying 1:N data in forms?
- From: Bob Quintal
- Re: Displaying and modifying 1:N data in forms?
- References:
- Displaying and modifying 1:N data in forms?
- From: stephan . vanbeerschoten
- Re: Displaying and modifying 1:N data in forms?
- From: lesperancer
- Re: Displaying and modifying 1:N data in forms?
- From: stephan . vanbeerschoten
- Re: Displaying and modifying 1:N data in forms?
- From: lesperancer
- Displaying and modifying 1:N data in forms?
- Prev by Date: Re: Option Button bug?
- Next by Date: Re: Creating ODBC Data Source automatically?
- Previous by thread: Re: Displaying and modifying 1:N data in forms?
- Next by thread: Re: Displaying and modifying 1:N data in forms?
- Index(es):