Re: Calendar Control Active X 10 problem
From: Dan Artuso (dartuso_at_NOSPAMpagepearls.com)
Date: 05/26/04
- Next message: Kenny G: "Required Data Entry"
- Previous message: Michelle: "RE: Populate Form and Table with Related Fields"
- In reply to: DubboPete: "Re: Calendar Control Active X 10 problem"
- Next in thread: DubboPete: "Re: Calendar Control Active X 10 problem"
- Reply: DubboPete: "Re: Calendar Control Active X 10 problem"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 May 2004 11:16:40 -0400
Hi,
Try:
Forms!Form1!Text0 = Calendar3.Value
HTH
Dan Artuso, MVP
"DubboPete" <pcastlehouse@"nospam"ozemail.com.au> wrote in message news:GJ0tc.134$rE.6799@nnrp1.ozemail.com.au...
> Hi Kerry,
>
> Thanks, I found the event 'click', and added the code... however when
> clicking the calendar control the code produces Run-time error '424' -
> object required
>
> any clues?
> tia
> DubboPete
>
> > Simply add:
> >
> > Private Sub Calendar3_Click()
> > Form1.Text0 = Calendar3.Value
> > End Sub
>
>
- Next message: Kenny G: "Required Data Entry"
- Previous message: Michelle: "RE: Populate Form and Table with Related Fields"
- In reply to: DubboPete: "Re: Calendar Control Active X 10 problem"
- Next in thread: DubboPete: "Re: Calendar Control Active X 10 problem"
- Reply: DubboPete: "Re: Calendar Control Active X 10 problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|