I have a FileMaker database that I would like to use, but
my new employer does not support FileMaker. Is it
possible to convert a FileMaker database to an Access
database?
Just barely. I've done so a couple of times, and it's a real chore.
For one thing, all your screens will have to be rebuilt from scratch
in Access (as Forms for onscreen use and as Reports for printing). The
whole data-presentation paradigm is completely different.
The data in your FileMaker programs can (usually!) be imported into
Access tables. Typically FileMaker databases are less fully relational
than Access databases - you will certainly need to remove FileMaker
calculated fields from your tables (and recreate them in Queries), and
replace FileMaker lookup fields with queries joining tables.
In one instance (a fairly complex FileMaker app) I burned a lot of
hours and decided just to rebuild the application from scratch,
properly normalized; exported the data to text files, and imported
into the normalized tables.