I have a fairly simple Access database, and I need to pull some of the fields from it, do some calculations and generate a report. I'd like to have a code example of how to recognize the database, how to open it for input, read selected valued from it, and then close it. I will NOT be updating the database, simply reading some of the data and manipulating the data. I used to do this in VB 6.0, but everything seems to have changed. I don't want to write in VB 6.0 and convert the code to VB.Net. I'd really like to just access the data directly.