We have electronic folders for each deed.
I want to save each record (an invoice) as a file for informational purpose,
It doesn’t require having them available for correction, only for reading.
Sorry for my unprofessional explanation of what I want to have as a result.
As I can see, it is impossible to save the records in a “view” as they are
in Access,
Is it correct?
thanks
I think you may be confusing data STORAGE with data PRESENTATION. They are
different tasks!
I would suggest storing the information which goes into the invoice in
appropriate Tables in your database - probably several tables, take a look at
the Northwind sample database for an example.
You could then create a Form which (using queries and subforms and other
tools) would bring together all of the information about an individual
invoice. You can similarly create a Report which will let you view the data as
it would appear when printed (or go ahead and print it). You don't need to
"save it" as redundant data, or save it external to Access, unless you have
some other reason for doing so.
If you do want to save a separate, viewable, printable file containing a
snapshot of the content of the invoice, then I'd suggest creating an Access
Report and saving it as either a Microsoft Snapshot (.snp) file, using File...
Export from print preview mode; or get one of the several free or inexpensive
PDF file printers, and "print" the report to a .pdf file and save it.