Question : Using Forms Stored in an Access Library Database

Can I (directly) open a form that is stored in an Access 2007 Library?
So far, I have only been able to open the form by calling an (open form procedure) in the library database.


Thanks for any help,
Slator

P.S.  A good reference source for using library database objects would be helpful.  I have all the usual "suspects" (Getz, Balter, Groh, etc.) but they deal mostly with how to create the VBA Reference and little/none about actually using the library.

Answer : Using Forms Stored in an Access Library Database

Basically, after you have a Reference set to the library, you have to call a 'helper' function in the library to execute the DoCmd.OpenForm "YourFormName".

Yes, it seems a good reference on using libraries is MIA ... maybe someone else knows of one?

mx
Random Solutions  
 
programming4us programming4us