My Assistant
![]() ![]() |
|
|
Feb 10 2005, 07:38 AM
Post
#1
|
|
|
UtterAccess Enthusiast Posts: 63 |
hello there,
i've created a Calendar popup from the activeX tools. its opened via a button on a form, and acts as a quick reference for users. The Calendar always opens to the day I created this form - 11th Jan. Does anyone know how to tell it to open with todays date highlighted? many thanks e1979 |
|
|
|
Feb 10 2005, 08:11 AM
Post
#2
|
|
|
New Member Posts: 5 |
Don't know how to do it myself but if you look in the code archive, you'll find several examples. Click the advanced search link and type calendar in the keyword field and set the date range to "All Posts."
|
|
|
|
Feb 10 2005, 08:22 AM
Post
#3
|
|
|
UtterAccess Addict Posts: 120 From: Düsseldorf, Germany |
Add this to the form that has the Calender.
On Current...... ActiceXCtl0 is my Calender ActiveX Private Sub Form_Current() Me.ActiveXCtl0.Value = Now() End Sub Darren |
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 20th June 2013 - 03:52 AM |