I would like o be reminded of how to convert for an Access database from Office 2000 so it will play nice with the vb 6.0 datcontrol when being attached to it.
Thanks
Printable View
I would like o be reminded of how to convert for an Access database from Office 2000 so it will play nice with the vb 6.0 datcontrol when being attached to it.
Thanks
Make sure you use the ADO not DAO control, or at least thats my recommendation.
I heard SP5 fixes the bug so that the data control works with A2K, but I am not sure.
Else you can open an A2K database in Access and using the Tools > Database Utilities you can convert it to a prior version, i.e. Access 97 so that the data control works with it.
.