I have built a portable Access app to use for our sales team. Because of the security needed our app must be an executable (no linked tables). When our sales staff return from the road I would like to update their app with the new commodities pricing on our SQL server. Is there a simple routine to mirror the sql server tables, updating the app, or is the only option to link all the tables and write a ton of sql update queries?