dtpicker - how to reference it on a form or query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am trying to select a date for reporting purposes. But I can not capture
the dtpicker results after clicking on a date. It does not seem that the
events are triggered at the proper time. Any help would be apprieciated.

Thank you
Joe
 
Bag datapicker and use MSAccess Calendar Control. It works much
better, though it may not look as slick. You can even tweak it a bit
so that you can use the same control on multiple forms multiple times,
using OpenArgs to pass the field/form name to the control so it returns
to the proper object.
 
ManningFan,
I tried to use MSAccess Calendar Control, but I can enter a "Start date",
but can not get a "End date" for a report range. The date button is "pressed
in" before I start. I do not know how to reset the Calendar. After the forst
date is selected, I select another date, but nothing happens (on any event).
What am I doing wrong.

Joe
 
Joe -
Call the calendar twice, using OpenArgs. This way you can use the
same calendar as many times as you want on as many forms as you want.
Every time you call it (using a button) you pass the control to the
calendar, and the calendar returns the results to the control. You
will just need 2 buttons; one for Start Date and one for End Date.
 
Ok ManningFan,

I'm kinda dense.... can you give me an example of this call with "openargs"?
Thank you for your help!
Joe
 
Back
Top