its a strange question
--------
to go back to the concept of databases
a database is similar to, but not the same as, a series of spreadsheets, with each spreadsheet storing a particular type of data. In Access the tables represent these spreadsheets
having developed the data structure, you can then process the data in any way you wish
but basic operations are
- add new record
- modify records
- delete records
- select records
- join records from one table with those in another
in the latter cases, having selected a number of records you then process them however you want - display them in a form, in a report, send as an email, etc
so if you want to produce a receipt of some sort, then of course you can.