A family of Microsoft relational database management systems designed for ease of use.
Just for what it's worth, an Access Form is optimized for onscreen display and interaction with data; though it can be printed, that's not its primary purpose. You would do better to create an REPORT for this purpose.
You can open the Form in design view and save it as a Report so you don't have to start from scratch. As George says, if you want to make the Report (or Form for that matter) available in a different .accdb or .mdb file, you will need to use External Data... Import (or Export depending on where you start) to transfer the Report to the other database.