I have a form in Access 2000 with 2 calendar controls, version 7, which works fine. Each calendar works in conjunction with a combo box, as suggested in another thread.
I created a new form, added another calendar, copied the same code into the form, and now when I click on a new date I get an error 2771, "The bound or unbound object frame you tried to edit doesn't contain an OLE object."
The code behind the calendar it's griping about is
cboDate.Value = calBeginDate.Value
Anyone seen this before? Microsoft has an article Q131934 that says you can't have a calendar in Dataview. I don't, it's Form view only.
Dave.