Five open tables, small Ms Access Gurus      

Tool > Add-in > Workspace Save and Restore Table Size and Position

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.

Logic

Save

Restore

Data Table

To avoid bloat in the current database, an external database is created to store the table position information.

Steps to install an add-in

  1. Run Access As Administrator
    • Right-click on the MSACCESS.EXE file or a shortcut to it
    • Choose "Run as administrator"
  2. Open any database.
  3. On the DATABASE TOOLS ribbon tab, drop down the list under the Add-ins icon.
  4. Choose the Add-in Manager.
  5. Add New...
  6. Browse to the ACCDA file and click Open.
  7. Close the Add-in Manager.

Workspace is now on the Add-ins menu.

Workspace menu

Download

Download

AddIn_Workspace_SaveRestore_s4p.zip (10 kb, unzips to an Access ACCDA database file)  

License

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.

Goto Top  

Screen shot

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).

example showing 5 open tables

Video Tutorial

How to Make and Install an Access Add-In

Watch on YouTube

Watch on Experts-Exchange

Goto Top  

Back Story

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.

Share with others

here's the link to copy:

https://msaccessgurus.com/tool/Addin_Workspace.htm

Do you have something to say or share?

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.

Are you looking for one-on-one help?

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.com
~ crystal

Goto Top