Date Pickr Sub Form Problem

muaddip

New member
Local time
Today, 09:56
Joined
Jan 16, 2003
Messages
5
Hello,

I have database that I am working on and I am using a switchboard with an unbound subform on it. I load a form into the subform control through code, on the form I have a bunch of controls including a couple date/time pickers. When the subform loads and the events fire I have code to move the date from a text field into the pickers value. When that happens I get an error that states the date picker is read only. What gives? I don't have this problem on another form subform combo I have.

Any help would be appreciated, thank you.
 
muaddip

Did you check the Allow Edits property on the sub form?
If this is set to No, it may cause some problems.

HTH
Tom
 
Turned Allow Edits to Yes and I am still getting the error, Bummer!

Thanks for the suggestion any other ideas....from anyone?
 

Users who are viewing this thread

Back
Top Bottom