John Bartow
john at winhaven.net
Sun Oct 26 16:44:22 CST 2003
Hi all, I have a form that is bound to a table which is common in all of my apps. The table holds information about the application(title, version, etc,). I thought this would be a perfect example of a form to put in my common code library, call it from there to display the application specific app. information for each calling app. I put the table in my common library DB and loaded the library's info. I changed all the references from currentDB to CodeDB. I put a function in my code library that opens the form when called from any app. Problem: The form always displays the library information. What I am missing here? John