Control To Show Range Of Dates

R

Reggie

I'm creating a vacation tracking database. The main table has two
fields date fields, one for the start of an employee's vacation, and
one for the end. Is there a control that will display the range of
these dates. I've looked at the Calendar control, but I'm having
trouble seeing how or even if this control has that ability. Am I
looking at the correct control; anybody have any ideas on how to make
this work?
 
T

TonyT

Hi Reggie,

I'm not sure what you are actually trying to acheive, are you entering dtaes
manually in the 2 texboxes, then wanting to find out the number of days in
between them? If so look at the DateDiff function in Help,
or,
are you wanting some kind of calendar control that allows you to pick 2
dates at once?

TonyT..
 
C

Charles in Iraq

Try using the Microsoft Office Common Date and Time Picker control.

Its under the More Controls command of the Toolbox toolbar.

Respectfully,

Charles In Iraq
 
Top