I'm currently building what is more or less a survey app in MS Access 2003. I want data access to be decentralized - users are operating on local data, not centrally stored data.
Users need to be able to send some subset of the survey to another user to be filled out and returned.
Users also need to be able to post the survey (as a file) to a server.
Should I be passing around MDB files? XML? Something else?