G
Guest
I have created a database with a number of tables and forms. I also wrote
some vba code to automatically import data into the various tables.
Basically Excel VBA code gathers the particular data and saves it in a
spreadsheet. It then calls some Access code to import the data into a
particular table. Everything was working well, I would run the excel code
once a day to gather the information and import it into the Access db. I
made one change to have a switchboard type form open automatically when the
database opened. I didn't think it through, because when the Excel code
tried to execute the Access code, the whole thing hung up. The only way I
was able to get out of it was to kill the specific MS Access processes. Now
I can open the database and look at the tables, but when I do anything that
touches the Access code, Access dies. This includes even scrolling through
the code with the editor or trying to printout the code. Any thoughts?
some vba code to automatically import data into the various tables.
Basically Excel VBA code gathers the particular data and saves it in a
spreadsheet. It then calls some Access code to import the data into a
particular table. Everything was working well, I would run the excel code
once a day to gather the information and import it into the Access db. I
made one change to have a switchboard type form open automatically when the
database opened. I didn't think it through, because when the Excel code
tried to execute the Access code, the whole thing hung up. The only way I
was able to get out of it was to kill the specific MS Access processes. Now
I can open the database and look at the tables, but when I do anything that
touches the Access code, Access dies. This includes even scrolling through
the code with the editor or trying to printout the code. Any thoughts?