I know that I cant do alot of things with runtime that i can do with regular, and i know that one of those limitations is writing to a runtime table from another database, but does that also mean that i cant write from a runtime database, to one that is not runtime.
The scenario is:
I am using a runtime database (we will call it main) that houses the records i want, when a button is pressed i want it to append a table in another database (sub) that is not runtime.
This works for testing when I test the main database if the main is *.accdb, but i get a runtime error when i change the extension back to *.accdr.
If it doesnt work, and this is one of the limitations, then please just tell me, lol. I will have to figure out something else. Thanks in advance.
The scenario is:
I am using a runtime database (we will call it main) that houses the records i want, when a button is pressed i want it to append a table in another database (sub) that is not runtime.
This works for testing when I test the main database if the main is *.accdb, but i get a runtime error when i change the extension back to *.accdr.
If it doesnt work, and this is one of the limitations, then please just tell me, lol. I will have to figure out something else. Thanks in advance.
Comment