Marshall Brooks
Active member
- Local time
- Today, 01:12
- Joined
- Feb 28, 2023
- Messages
- 748
My idea didn't work, but I noticed something very odd (at least to me) also ...
First what I tried:
Now the odd thing:
When I first open the database from home, frmFormA takes about 45 seconds to load, in the office it takes 1-2 seconds. If I close frmFormA (via the X on the tab using tabbed view) and then re-open it from home, it takes 1-2 seconds to load - like it does in the office. Does this seem strange to anyone?
First what I tried:
- I had my database open and saved a copy of it, so if this didn't work I could go back to what I had so far.
- I copied frmPB5 and the two modules from @isladogs example file.
- I opened frmPB5 in my database, and it was working, but it was basically maximized.
- I changed frmPB5 to PopUp - Yes in design view.
- I commented out my progress bars and opened frmPB5 in FormLoad (of frmFormA) and closed it in FormCurrent (of frmFormA).
- It works about like the progress bars that I had - i.e. I saw frmPB5 pop-up, it said step 2 of 600 and then it stayed of Step 2 of 600, the status bar PB kept going and then the frmFormA opened normally.
Now the odd thing:
When I first open the database from home, frmFormA takes about 45 seconds to load, in the office it takes 1-2 seconds. If I close frmFormA (via the X on the tab using tabbed view) and then re-open it from home, it takes 1-2 seconds to load - like it does in the office. Does this seem strange to anyone?