i have seen many converters on the internet to convert mysql databases to work in access, but you have to connect to the server. i don't have a server to connect to anymore, and therefore no database to connect to
Is there a program that i can use to convert my .sql file which i have on my computer so that i can open it in access.
simplest way is defenitely to install xampp, then log into localhost, go to phpmyadmin and import the script with phpmyadmin.
If you need to get it into an access db then you best bet is once xampp is installed setup an odbc connection to it, then open the connection from within access and voila you can do what you want with it.