PC Review


Reply
Thread Tools Rate Thread

DatePicker Control Read Only Error, Help

 
 
Henry Smith
Guest
Posts: n/a
 
      29th Dec 2006
I have inserted a datepicker control on a form that includes text boxes with
name, address, etc.
What I want to see is the datepicker control to display the acquisition date
of the lot owner of a community.
This date is a field in the lot owners table.
In the form open code I have a query that opens a record set that includes
the acquisition of the lot date field.

Set Rs = db.OpenRecordset(strSQL, dbOpenDynaset)

With Me
.txtEditPriTeleSec.Value = Rs.Fields("tblOwner_Telephone_Sec")
.txtEditPriEmail.Value = Rs.Fields("tblOwner_Email_Pri")
.dtePickerEditPri.Value = Rs.Fields("tblOwner_BeginDate")
.(many more text fields) etc.
End With

When I run this procedure I get an error stating that the datepicker control
is ReadOnly and therefore I don't get the database field displayed in the
control on the form.
I have checked all the properties and am unable to find how to turn off read
only.

What am I doing wrong.
Any assistance will be greatly appreciated.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Read datepicker value from a different tab JP Microsoft Access Forms 1 20th Mar 2009 09:56 PM
DatePicker Control Error Help! Henry Smith Microsoft Access Form Coding 0 28th Dec 2006 11:04 PM
DatePicker Read Only DaveChoiceTech Microsoft Access 1 29th Apr 2005 04:22 PM
MS datePicker.Value is read only property RzB Microsoft Access VBA Modules 6 26th Jan 2004 02:30 AM
datepicker control drishtik Microsoft C# .NET 1 12th Sep 2003 09:12 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:51 AM.