captainc Messages: 278 Registered: December 2006 Location: New Jersey, USA
Experienced Member
After doing some tests, I found that I need to contain the database creation/updating code to source files that only include 1 header that references 1 .sch. When I included both in main source file, the act of creating tables in the second database actually created the tables from both databases. This is probably due to overriding the macro for including the sch files.