Yes, there are limits to Access because FileMaker is a much more robust database. Actually, Access is only a front end "access" to real databases and Microsoft's real database backend is MS SQL Server. But you can use Access for lighter duty single user files just fine. I frequently serve up FileMaker via ODBC and you can actually have Access be a front end to data on FileMaker through an ODBC connection, which is always interesting. It is more commonly done with MS SQL Server, but it does work with FileMaker. That way you would have what you want for a User Interface with Access and the bigger power of FileMaker as a server. Of course I think FileMaker has a much better User Interface, but more people seem to know Access. Also, FileMaker is easier to secure. But for exports, you can export to a number of formats. If the tables aren't too big, then an Excel format works fine. Otherwise use DBF, just realizing that field names will be truncated at 8 characters. Tab Delimited is also a favorite that you can export and then import from.