Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem: ActiveX Control in Header of Continuous form

Status
Not open for further replies.

dmassey

Programmer
Feb 7, 2003
30
0
0
CA
Hi

I am using a microsoft time and date picker control in the header of an access97 continous form to filter the data in the form. This works fine except when all data is filtered out and there is no current record. Changing the value of the time&date picker gives the following error:

"The bound or unbound object frame you tried to edit doesn't contain an ole oject"

- The time and date picker is not bound to any data, I am using the Change() Event of the control to do my filtering.
- The control is visible and the change() event occurs, but within the change event Me.DatePicker.Value gives the error above.
- I also use other combobox controls in the exact same way, and these controls all work even when all the records in the detail have been filtered out.

Can anybody help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top