R
Roy Goldhammer
Hello there
I have access application with Date and time picker object inside.
I can bound it to table. But i can't set value to it.
I tried this
Sub Form_Load()
me.txtArrivalDate = "07/01/2005" 'July the first
End Sub
I got this error: Date and time picker error: Property is read-only
How can i set value to date and time picker?
I have access application with Date and time picker object inside.
I can bound it to table. But i can't set value to it.
I tried this
Sub Form_Load()
me.txtArrivalDate = "07/01/2005" 'July the first
End Sub
I got this error: Date and time picker error: Property is read-only
How can i set value to date and time picker?