This little app update the tables and queries of a jet database to reflect those of the source database. It adds tables/Queries and modifies Tables/Queries in the target to that of the source. NOTE: It will delete columns in the target tables if they don't exist in the source :-)
Can be run interactive or with command line parameters for silent mode.
I auto run it from within install scripts to make sure client databases are up to date with the code/database strucutre that I'm updating them with.
Enjoy. Voting would be nice too.