Howdy,
Yes, Delphi is more than capable with interacting with an MS Access database. This is possible using a number of different ways.
Firstly, the simplest way is to set up a BDE alias for your database file. Then within Delphi all you need to do is place a TTable component on a form, give...