Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    newVBM3 is offline Novice
    Windows 10 Office 365
    Join Date
    Jan 2024
    Posts
    12

    Microsoft Access won't open the database tables or forms

    Hi.

    I know the question is kind of vague.



    But I was out the week of Christmas, and then I get an email saying Access for users isn't opening any tables, queries, or forms.

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,938
    Yes, very vague.
    Any messages?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    newVBM3 is offline Novice
    Windows 10 Office 365
    Join Date
    Jan 2024
    Posts
    12
    Quote Originally Posted by Welshgasman View Post
    Yes, very vague.
    Any messages?
    No error messages. It literally just blank.

    Click image for larger version. 

Name:	Capture.PNG 
Views:	24 
Size:	23.5 KB 
ID:	51317

  4. #4
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,474
    You sure thats the right database file? In File Explorer what is the size? Do you have a backup? Is that a backend database or the frontend?

  5. #5
    newVBM3 is offline Novice
    Windows 10 Office 365
    Join Date
    Jan 2024
    Posts
    12
    Quote Originally Posted by Bulzie View Post
    You sure thats the right database file? In File Explorer what is the size? Do you have a backup? Is that a backend database or the frontend?
    Yes, I believe so. This has been the Access file for years now. This happened right before new years.
    It is 412kB. Should be much larger.
    I do, but the backups are different sizes as well. I just tried opening the backup, it is saying "'Id' is not a index in this table."
    Backend db.

  6. #6
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,566
    Hi
    Can you upload the Database to see if anyone else can view the tables?
    You can PM me if you need further help.
    Good Reading https://docs.microsoft.com/en-gb/off...on-description

  7. #7
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    So answer the basics

    Is your db split?
    If it is, is the front end shared?
    How many users?
    is this happening to every user or just some?
    does it happen on other databases, or just this one?

    I just tried opening the backup, it is saying "'Id' is not a index in this table."
    implies your db is corrupted. So you need to find a valid backup

  8. #8
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,474
    Go into the design of the front end, see if tables there and can you click and open them and do they have data. I assume the backend is an Access db?

  9. #9
    newVBM3 is offline Novice
    Windows 10 Office 365
    Join Date
    Jan 2024
    Posts
    12
    Quote Originally Posted by mike60smart View Post
    Hi
    Can you upload the Database to see if anyone else can view the tables?
    Hi. My apologies, but I cannot.

  10. #10
    newVBM3 is offline Novice
    Windows 10 Office 365
    Join Date
    Jan 2024
    Posts
    12
    Quote Originally Posted by CJ_London View Post
    So answer the basics

    Is your db split?
    If it is, is the front end shared?
    How many users?
    is this happening to every user or just some?
    does it happen on other databases, or just this one?

    implies your db is corrupted. So you need to find a valid backup
    The DB might be, how do I find out?
    30 users.
    Every user that uses this Db.
    Nope, just this one.

    Where else can a valid backup be stored?

  11. #11
    newVBM3 is offline Novice
    Windows 10 Office 365
    Join Date
    Jan 2024
    Posts
    12
    Quote Originally Posted by Bulzie View Post
    Go into the design of the front end, see if tables there and can you click and open them and do they have data. I assume the backend is an Access db?
    I am be able to load all tables and data on Microsoft SQL Server side of things. This is the root and parent Db. Restricted mainly to the DBA.

    This Access Db was created for business users. So they can view data easily.

  12. #12
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,566
    If the FE is not showing any tables try Relinking to the BE
    You can PM me if you need further help.
    Good Reading https://docs.microsoft.com/en-gb/off...on-description

  13. #13
    newVBM3 is offline Novice
    Windows 10 Office 365
    Join Date
    Jan 2024
    Posts
    12
    Okay, I was able to locate a working back up.
    Easy fix on my end.

    Thanks all.

  14. #14
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    The DB might be, how do I find out?
    you said the BE is sql server, so it is split
    Every user that uses this Db.
    doesn't answer the question. Does every user have a copy of the FE (the Access bit) on their own machine? Or is it located in a shared location and every user uses it?

    From what you have said, it sounds like the latter. If they are using a shared copy, you will suffer from corruption and this will happen again. Fortunately you have a separate BE which provides some protection for your data.

    The setup should be every user has a copy of the FE (the Access bit) on their own machine. And the connection to sql server should be over wire, not wifi.

    Where else can a valid backup be stored?
    That is up to you. The working copy you found - make sure you put a copy somewhere safe where it a) cannot be interfered with and b) cannot be deleted. It may be if this is a backup, the seeds of corruption have already have been sown, it's just not apparent yet. So I would create a new access file and import all the objects. Then compact repair

  15. #15
    newVBM3 is offline Novice
    Windows 10 Office 365
    Join Date
    Jan 2024
    Posts
    12
    you said the BE is sql server, so it is split
    Got it, thanks.

    doesn't answer the question. Does every user have a copy of the FE (the Access bit) on their own machine? Or is it located in a shared location and every user uses it?
    It is in a shared location. What is happening is that we are creating a shortcut to their desktop to the Access bit.

    The setup should be every user has a copy of the FE (the Access bit) on their own machine. And the connection to sql server should be over wire, not wifi.
    Silly question, how do I go about setting this up?
    And they are wired.

    That is up to you. The working copy you found - make sure you put a copy somewhere safe where it a) cannot be interfered with and b) cannot be deleted. It may be if this is a backup, the seeds of corruption have already have been sown, it's just not apparent yet. So I would create a new access file and import all the objects. Then compact repair
    I will make backups of the working backup. I will clean up all the network paths for this Access bit.

    I will create a new access file, import all objects, and then compact repair.


    Thanks for the feedback. Appreciate it.

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 09-14-2021, 10:03 AM
  2. Replies: 6
    Last Post: 02-23-2018, 12:16 PM
  3. Replies: 2
    Last Post: 02-01-2018, 08:39 AM
  4. Replies: 2
    Last Post: 01-15-2018, 07:46 PM
  5. Replies: 24
    Last Post: 07-08-2013, 12:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums