Re: Displaying and modifying 1:N data in forms?
- From: Bob Quintal <rquintal@xxxxxxxxxxxxx>
- Date: Tue, 30 Aug 2005 22:21:14 GMT
stephan.vanbeerschoten@xxxxxxxxx wrote in
news:1125418355.993736.175940@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
> 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
>
see http://www.mvps.org/access/forms/frm0057.htm or just
download the application
databasehttp://www.mvps.org/access/downloads/datepicker.zip
It is a popup calendar. I suppose you could embed it into your
form, but It's just wonderful on continuous forms as it is.
--
Bob Quintal
PA is y I've altered my email address.
.
- 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
- Re: Displaying and modifying 1:N data in forms?
- From: stephan . vanbeerschoten
- Displaying and modifying 1:N data in forms?
- Prev by Date: Re: Arvin Meyer's Good Article For Beginners
- Next by Date: Re: Report in Table Format?
- 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):
Relevant Pages
|