problem while communicating with the OLE serer or ActiveX control

L

LVer

Hi,

I am tring to create a checkbox (OrdersReceived) in a form that when checked
automaticly updates a checkbox (OrderReceived) for each record in the
underlying subform. I created the folowing after-update event

Dim OrderReceived As Control
Dim OrdersReceived As Control
For Each OrderReceived In Me.CompanyOrderssubform
OrderReceived = CompanyOrderForm.OrdersReceived.Value
Next OrderReceived

Everytime I try to use it it gives an error: "A problem occured while the
DBase was communicating with the OLE server or ActiveX control." I tried
different approaches but none works sofar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top