I want to move my Microsoft Access Database front end into source control for easy saving and deployment as well as have some control over changes. I am using code from this question to export queries, forms, macros, reports, however not tables.
There must be a way through vbscripts that I could export the link table build process as well as put it back in.
Does anybody know of anything that could easily let me export my linked tables.
(It would be easier for me to change my linked tables to link to a development server if I could build out the table linking to a text files and manipulate the connection strings from there.)
How do you use version control with Access development?
Or the question could also be, how do I painlessly change my link table connection source without messing with my computer's odbc dns connections?