MS-Access MVP.. Help re: Calendar Controls and Dates

  • Thread starter Thread starter Joe Blow
  • Start date Start date
J

Joe Blow

Hey all you wonderful people out there helping us newbies out.
You're hard work is TRULY appreciated.

I've seen it before, but I cannot recreate it...
A little text box for a date, mm/dd/yyyy and then a little icon next to it,
to pop up a calendar and be able to select the date you want, then it gets
populated into the text box and closes the calendar control... I can't seem
to find it. I found the calendar control, but I don't know if I am using it
correctly.

Thanks so much...


Joe
 
Jeff Conrad said:
See this page on my site:

http://home.bendbroadband.com/conradsystems/accessjunkie/calendars.html

"You must choose, but choose wisely..."
(Knight in Indiana Jones and the Last Crusade)

(hint, choose option 1)

or for easier programing choose option 2 <g>

Seriously, a single line in the textbox's click event is all it takes:

=popCalendar()

can't be easier than that, can it?
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 
in message:
or for easier programming choose option 2 <g>

Seriously, a single line in the textbox's click event is all it takes:

=popCalendar()

can't be easier than that, can it?

Ohh sure, fine, fine.
;-)

But, Stephen's can also slice, dice, and puree fresh vegetables.
<vbg>
 
Hi Arvin,
I found this post and was trying to have similar funcionality on a form. But
it didnt seem to work for me. I looked up one of your calender zip files and
tried to copy in the popCalenar function but to no luck.
Can you please elaborate a litlle as to how to use that function...or do I
need some addins for my access. I am running a 2003 version.
Thanks & Regards,
Abhijeet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top