Hide when edited / read but display when printed?

Emedded views do not print all of their content only the content that is being shown on the form at the time. In fact it displays a line or two less than what is being displayed.

To overcome this very annoying “feature” , I thought I would create a “pesudo” embedded view by using a table.

My problem is I can’t hide this table except when being printed. The hide properties force me to select Hide when read if I want to select Hide when printed. Yet another annoying feature.

To solve this problem I have considered:

Have a special form for printing or showing the table along with the embedded view.

Remove the embedded view and coming up with some method to edit the documents in the “pesudo” embedded view.

Any other ideas?