How to convert dbf to Access? See the list of converters dbf2Access.
DBF (DataBase File) is a simple format to store structured data.
.dbf files are used in dBase (a database management system) and in other applications (for example, in geographic information systems.
Access is a relational database management system by Microsoft combining the relational MS Jet Database Engine with a graphical user interface. MS Access is included in the 2007 MS Office system.
Access can use data stored in Access/Jet, MS SQL Server, Oracle, or any ODBC-compliant data container.
Access is relatively compatible with SQL — queries may be viewed and edited as SQL statements, and SQL statements can be used directly in Macros and VBA Modules for manipulating Access tables.