Answered by:
Access 2013 Navigation Pane will not expand

Question
-
I minimized the navigation pane as much as possible, not realizing that the handles would disappear in the process, and thereby making any attempt to expand the navigation pane, unsuccessful.
Double clicking in the pane, hiding/showing the search box, hiding/showing the pane in options, all failed to bring back the handles or the pane back to a more manageable width.
Any suggestions?
Monday, November 7, 2016 7:33 PM
Answers
-
will the lock file be a problem once I split the database?
The lock file is necessary for Access to keep track of users accessing the database. When you open the front end, a lock file will be created on your machine. When the front end tries to access the data in a linked table, a lock file will be created on the server for the backend. This is why all users with frontends need to have read, write, and modify permission to the backend folder.
So, to answer your question, it won't be a problem because creating the lock file is part of the design in Access to allow multiple users to access the same database file.
Hope it helps...
- Proposed as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Tuesday, November 8, 2016 1:55 AM
- Marked as answer by LyneBG Tuesday, November 8, 2016 6:07 PM
Monday, November 7, 2016 9:41 PM -
Hi,
You're welcome! Good luck with your project.
- Marked as answer by LyneBG Tuesday, November 8, 2016 6:07 PM
Monday, November 7, 2016 10:07 PM
All replies
-
Hi,
I tried to duplicate this, but I couldn't shrink it enough for it to disappear. It kept collapsing on its own before I get too narrow.
Is this by any chance a MDB file or maybe something upgraded from MDB?
Just curious...
Monday, November 7, 2016 8:21 PM -
I did compile it. How would that affect the navigation pane? I am just starting with VBA so this is a learning experience.Monday, November 7, 2016 8:29 PM
-
Hi,
We're talking about the user interface, so I am not sure VBA would have anything to do with it. Rather than "compile," I think you meant to do a "compact and repair."
Just my 2 cents...
Monday, November 7, 2016 8:32 PM -
no I meant compile. I had done several compact and repair during the development. I recently went on line to find VBA code to create an audit trail, so after I added the module, I compiled the database.Monday, November 7, 2016 8:40 PM
-
Okay, yes, you are correctly referring to "compiling" the code. But as I said, compiling won't affect the Nav Pane because it has nothing to do with code or VBA since it's the user interface.
So, are you saying this is not a MDB (or an upgraded MDB) file?
Monday, November 7, 2016 8:43 PM -
as far as I know it is notMonday, November 7, 2016 8:46 PM
-
Okay, if importing all object to a new database container doesn't work, you may have to post a copy of your db for us to examine. But try exporting the objects to a new file first and let us know. Good luck!Monday, November 7, 2016 8:48 PM
-
working on import now. Will let you know. Crossing my fingers!Monday, November 7, 2016 8:51 PM
-
i get another file with a .laccdb extension - record-locking information???? how do I get rid of that?
apart from that the import worked
Monday, November 7, 2016 8:55 PM -
Hi,
The locking file goes away when you close out of the database. If you close the database and the lock file is still there, you can try to delete it or open and close the db again.
Cheers!
Monday, November 7, 2016 9:06 PM -
will the lock file be a problem once I split the database?Monday, November 7, 2016 9:34 PM
-
will the lock file be a problem once I split the database?
The lock file is necessary for Access to keep track of users accessing the database. When you open the front end, a lock file will be created on your machine. When the front end tries to access the data in a linked table, a lock file will be created on the server for the backend. This is why all users with frontends need to have read, write, and modify permission to the backend folder.
So, to answer your question, it won't be a problem because creating the lock file is part of the design in Access to allow multiple users to access the same database file.
Hope it helps...
- Proposed as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Tuesday, November 8, 2016 1:55 AM
- Marked as answer by LyneBG Tuesday, November 8, 2016 6:07 PM
Monday, November 7, 2016 9:41 PM -
yes it does! Thank you so much for your help!!! Have a great week!Monday, November 7, 2016 9:42 PM
-
Hi,
You're welcome! Good luck with your project.
- Marked as answer by LyneBG Tuesday, November 8, 2016 6:07 PM
Monday, November 7, 2016 10:07 PM -
Hi LyneBG,
in your last post you had mentioned that ,"yes it does! Thank you so much for your help!!! Have a great week!".
it seems that your issue is solved and you got an Answer for your question.
if so then please try to mark the suggestion as an Answer given by .theDBguy.
Regards
Deepak
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.Tuesday, November 8, 2016 1:54 AM -
done!Tuesday, November 8, 2016 6:07 PM