Greetings,
I have a database with several tables, queries, forms, etc. We use "form Alaska" to enter all of our data. I then have some code that I run to perform some append queries, etc to manipulate the data into a different format and into a new table. This all works just fine.
The problem is, that after I run the code and get the data into my final table, if I then want to go back into the form to enter new data or review data, the database closes completely. It does leave the .ldb file open though. I'm able to re-open the database and open up the tables, queries, forms, etc - just not "form Alaska" or one of the sub-forms "tblTaskCitations subform".
My guess is that there is something in the code that is causing this, but I'm not sure what. I have attached the code as it's too long to print here. There is also an event procedure I have that runs the SQL for my action queries and calls the subs listed in the attached code - but all of that works fine.
If anyone has any idea why this is happening I would certainly appreciate the help.
Thanks,
ds
I have a database with several tables, queries, forms, etc. We use "form Alaska" to enter all of our data. I then have some code that I run to perform some append queries, etc to manipulate the data into a different format and into a new table. This all works just fine.
The problem is, that after I run the code and get the data into my final table, if I then want to go back into the form to enter new data or review data, the database closes completely. It does leave the .ldb file open though. I'm able to re-open the database and open up the tables, queries, forms, etc - just not "form Alaska" or one of the sub-forms "tblTaskCitations subform".
My guess is that there is something in the code that is causing this, but I'm not sure what. I have attached the code as it's too long to print here. There is also an event procedure I have that runs the SQL for my action queries and calls the subs listed in the attached code - but all of that works fine.
If anyone has any idea why this is happening I would certainly appreciate the help.
Thanks,
ds