K
kiln
OWC 10 seems to be a very strange object in Access XP. With a wizard you
can make a form display as a pivot table; but the pivot table ActiveX
control is not implanted anywhere on the form, and no code is carried
with the form that would set up a pivot table object, assign data, store
the previous filters etc. Yet it all happens. One can use for the
datasource a local table without problems.
If on the other hand one inserts the pivot table as an ActiveX control
onto a form, you can't (via the gui interface) assign a local table as a
data source. All you can do is to pick Jet 4 as the OLE provider, and
point to another db for the data (else a "db in use exclusively" error).
That is a major disconnect for an Access db. There is also a Data Source
ActiveX control that comes with the OWC, but it appears dead on an
Access form - there is no way to link it to a data source and can't be
set up in any manner.
You can successfully do
pt.CommandText = "SELECT tblPerson.* FROM tblPerson"
But the gui interface, and the Data Source control seem to be operating
in a broken manner. This has been asked before, at least in part, but I
didn't see any responses.
can make a form display as a pivot table; but the pivot table ActiveX
control is not implanted anywhere on the form, and no code is carried
with the form that would set up a pivot table object, assign data, store
the previous filters etc. Yet it all happens. One can use for the
datasource a local table without problems.
If on the other hand one inserts the pivot table as an ActiveX control
onto a form, you can't (via the gui interface) assign a local table as a
data source. All you can do is to pick Jet 4 as the OLE provider, and
point to another db for the data (else a "db in use exclusively" error).
That is a major disconnect for an Access db. There is also a Data Source
ActiveX control that comes with the OWC, but it appears dead on an
Access form - there is no way to link it to a data source and can't be
set up in any manner.
You can successfully do
pt.CommandText = "SELECT tblPerson.* FROM tblPerson"
But the gui interface, and the Data Source control seem to be operating
in a broken manner. This has been asked before, at least in part, but I
didn't see any responses.