DTPicker Error '2763'

  • Thread starter Thread starter Christian
  • Start date Start date
C

Christian

I have placed a dtpicker control on an access 2002 form.
If functions as expected, unless I close the application
before closing the form.

If I close the application without closing the form I
receive this error:

Run-time error '2763':
DTPicker returned the error: Property is read-only.

Any suggestions as to why this is happening, or what event
I can use to trap this error.

In the form load event i have the following:
(note: this is not where the error is happening. But it
does give some background on how I set up the control)

dtpDate.Value = Date
dtpDate.Value = Null

Thank you
Christian
 
Back
Top