Save and restore the position and size of open tables. This is like Excel's Save Workspace feature.
Free and not protected so you can learn since this is just an ACCDB that has been renamed.
To avoid bloat in the current database, an external database is created to store the table position information.
Workspace is now on the Add-ins menu.
This add-in is a regular ACCDB file that has been renamed to have an ACCDA extension. It may be used freely, but you may not sell it in whole or in part. You may include it in applications you develop for others provided you pass on the download link and share the source code and designs with your modifications.
Five tables are open. If Save is chosen from the menu, their size and position will be saved. Tables that are no longer open, but whose position information is also stored, will have their state set to 0 (zero). To restore, choose Restore (currently open tables that were not previously open when last saved won't be affected).
As a developer, it is useful to open several tables to enter sample data. Therefore I created this add-in to do that. The trick is to treat each table as a form using ActiveDatasheet. Then the window properties can be saved and restored.
It is interesting to hear from you. Was something not clear? Did you find a bug? Is an explanation wrong or not sufficient? Do you want this do more? (there is always more)
Some of you write to say thanks and share what you're doing with Access ... nice to hear from you! It is my hope that you build great applications with Access, design your database structure well, link to and share with data in other formats, and use other Office applications such as Excel, Word, and PowerPoint, ... take advantage of built-in abilities, use strengths of each product, and manage your information wisely.
Are you a developer? Do you want to share? Email to ask about getting your pages added to the code or tools index.
When we communicate, collaborate, and appreciate, we all get better. Thank you.
Let's connect and team-develop while we build your application together. As needed, I'll pull in code and features from my vast libraries, cutting out lots of development time.
Email me at info@msAccessGurus
~ crystal