One approach would be to export the Access data to XML (or CSV) and copy it
to the device. Then on the device, import the XML (or CSV using the CSV data
adapter on www.opennetcf.org) into a dataset, and then use the dataset to
programmatically set up the SqlCe database. There are also 3rd party
products such as RemoteSqlCe that you can use: http://www.gui-innovations.com/html/remotesqlce.html