A family of Microsoft relational database management systems designed for ease of use.
Depends on what you're trying to do.
All Access applications (even single-user applications!) should be split into a front-end (containing the queries, forms, reports, macros and modules) linked to a back-end (containing the tables and relations). If you ensure that there's no connection to the back-end (i.e.: no bound forms or reports are open), you should be able to copy the back-end using the built-in VBA FileCopy statement.