Calender on drop down Menu

  • Thread starter KimTong via AccessMonster.com
  • Start date
K

KimTong via AccessMonster.com

Hi,

Can I make a calender on drop down menu?. So instead of enter the date, just
click the date on the menu. Thank you....


KF
 
S

Steve

Most times when I need to enter a date, I have a textbox on a form with a
button beside it. The textbox is locked to prevent users from typing a date
into the textbox. The button is captioned "Enter Date". Clicking the button
opens a popup form with a calendar on it. When a date is clicked on the
calendar, the date is programatically entered into the textbox and the popup
forn is closed.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
[email protected]
 
K

KimTong via AccessMonster.com

Hi Steve,

Thank you for the answer. You said, 'Clicking the button opens a popup form
with calender on it', how do we open a popup form with calender on it?. Sorry
for the incovienience.

KT
Most times when I need to enter a date, I have a textbox on a form with a
button beside it. The textbox is locked to prevent users from typing a date
into the textbox. The button is captioned "Enter Date". Clicking the button
opens a popup form with a calendar on it. When a date is clicked on the
calendar, the date is programatically entered into the textbox and the popup
forn is closed.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
[email protected]
[quoted text clipped - 3 lines]
 
Top