If I understand correctly, you have created a database for the purpose of
printing documents. This is not an appropriate use of a relational database
program. You would be better off using form fields in a protected Word
document. If I have misunderstood, and there is a good reason for using
Access, consider either of my suggestions (N/A as default value, or the
code). You could also use validation to assure that all fields contain a
value, or you could check for blank fields before printing. It would
probably be best if users enter information into a form, then you print a
report based on the form. Text boxes on a report can grow and shrink to
accomodate the text, unlike on a form. The data source for the text boxes on
the report would be the text boxes on the report
(=Forms!FormName!TextBoxName).