DataGrid

alcalde

New member
Local time
Today, 07:46
Joined
Oct 31, 2022
Messages
9
Hello EveryOne,
in the earlier versions of Access, I could use DataGrid object to show my results. Since Office 2013 it is not possible to use it anymore.
Is there a trick to manage these objects (DataGrids, ListViews, ....)

Thanks a lot and
have nice time.
 
DataGrids and ListViews are not objects from Access, but external objects from third parties that are integrated into the VBA project. There are different variants and different providers.

Therefore, you must first identify what you are using and by whom. The second step would be to check whether there is an offer that corresponds to your versions of Windows and Access and the bit width (32/64 bit). Sometimes only the registration of such an ActiveX is lost.
 
Download and register MSCOMCTL.OCX for Listviews, treeviews, imagelists etc.
The MSFlexgrid is not part of that OCX and not certain there is a version that supports current Access versions or 64 bit implementation.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom