I'm studying the possible ways of adding an accdb (or accde) as a library to an existing database, opening a form that's located in the library, and returning the contents of a textbox on the form to the main database.
Any kind of reading material, advice or sample database is much appreciated.
What I've done so far:
1- I wasn't able to find a way to open the form directly from the main database. Is it possible?
2- I added a function to the library that opens the form. Then called this function from the main database. But now I'm stuck on how to return the value of a textbox to main database.
3- Because of the nature of the process, I can not use openform with acDialog parameter to freeze the code and then get the value on its close event.
Thanks again.
Any kind of reading material, advice or sample database is much appreciated.
What I've done so far:
1- I wasn't able to find a way to open the form directly from the main database. Is it possible?
2- I added a function to the library that opens the form. Then called this function from the main database. But now I'm stuck on how to return the value of a textbox to main database.
3- Because of the nature of the process, I can not use openform with acDialog parameter to freeze the code and then get the value on its close event.
Thanks again.