I have been working on a personal finance database, and suddenly, I notice that both my tables and queries are invisible. All of them.
I know they are still there because the forms that use both tables and queries are working and generating all of the data. I also know that they exist somewhere locally because my database is stored on a flash drive and everything works regardless of which computer I use.
I need to add some extra tables to the database as well as alter the structure of the tables, but for the life of me, I cannot figure out where everything went, or at the very least why it's invisible.
I'm not completely daft with code, so if VBA is something that could bring back the visibility of all tables, I'd prefer to go that way.
Some other diagnostic flubs that seem to be related (they all started happening at the same time):
I cannot create macros. Whenever I try to save a new one, it suddenly says "Record is deleted". The macro remains in name, but there are no commands that I can add to it, and in addition, when I double-click the macro in order to have it run (and invariably generate an error and halt, because no form is loaded -- I'm okay with that), it does not reach that point and says something like it cannot find the macro.
Thanks for your help.
Daniel
I know they are still there because the forms that use both tables and queries are working and generating all of the data. I also know that they exist somewhere locally because my database is stored on a flash drive and everything works regardless of which computer I use.
I need to add some extra tables to the database as well as alter the structure of the tables, but for the life of me, I cannot figure out where everything went, or at the very least why it's invisible.
I'm not completely daft with code, so if VBA is something that could bring back the visibility of all tables, I'd prefer to go that way.
Some other diagnostic flubs that seem to be related (they all started happening at the same time):
I cannot create macros. Whenever I try to save a new one, it suddenly says "Record is deleted". The macro remains in name, but there are no commands that I can add to it, and in addition, when I double-click the macro in order to have it run (and invariably generate an error and halt, because no form is loaded -- I'm okay with that), it does not reach that point and says something like it cannot find the macro.
Thanks for your help.
Daniel