access custom group
Posted
by
Carlos
on Stack Overflow
See other posts from Stack Overflow
or by Carlos
Published on 2012-10-12T17:10:54Z
Indexed on
2012/11/01
23:01 UTC
Read the original article
Hit count: 243
ms-access
|access-vba
I have my Access 2007 database configured to use "Custom" groups in the navigation pane. I've grouped all my tables in a way that makes sense. However, whenever I update a link table, it loses its grouping.
I have not been able to find a way to avoid this. Since it seems to be unavoidable, I'd like to simply have a macro that adds the table back to the right group programatically. I have not found any examples on how to do this. Any suggestions?
© Stack Overflow or respective owner