Hello!
In VBA it's easy to do it:
You can link to an external .dbf file(dbase), just need to know which exactly DBase version it is, then use the command below, and you get a table in the Ms Access where you can make your questions with queries.
DoCmd.TransferDatabase acLink, "dBase iV"...