I have an Access database that I use to keep track of account and inventory information for my job. I am currently writing a C# app to allow me to search through and pull up the information from a couple different tables and display them.
How can I access the info in the accdb file? I have SQL Server 2005 Express installed but I don't have a clue how to use it and Access won't let me export the DB as a whole.
Any suggestions?