Date Picker question

  • Thread starter Thread starter h2fcell
  • Start date Start date
H

h2fcell

Using Access 2007.
Other than creating code to check that date selected in a date picker text
box is within a specific year, is there a way to limit a date picker text box
to a specific year?

Thanks in advance.
 
On Thu, 12 Nov 2009 08:50:01 -0800, h2fcell

No.
Such validation belongs in the control's BeforeUpdate event. If you
don't like the date you can display a MsgBox and set Cancel=True.

-Tom.
Microsoft Access MVP
 

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

Similar Threads

Date Picker Default? 1
Date Picker with Inputmask 3
Access 2007 date picker property 2
>> Access 2007 textbox date setting 1
date time picker 4
Date input 2
Date/Time Formatted Textbox 1
Outlook from .dotx to .oft 1

Back
Top