Archive for April, 2008
Hiding Geodatabase Tables
The following VBA function hides all on the geodatabase tables added by ESRI into an Access database. Useful if you spatially enable your users database, and they wonder what all those GDB_ tables are for..

To unhide just change the Trues to False in the code snippet below, or add a parameter to the sub.
Read the rest of this entry »