I have read somewhere that you can run ms access programs as independent exes but you have to have ms access runtime.Question is,how can i bundle ms access runtime with my ms access program and can i also bundle a database of my choice i.e mysql.
Share
See the first question here :
http://www.granite.ab.ca/access/developereditionfaq.htm
EDIT :
You can use linked tables in your access application, and yes, it is possible to link to mysql tables. A way to do this is setting up an ODBC connection to your mysql tables and use that connection to link to your tables.