Print

  • Thread starter Thread starter Taher
  • Start date Start date
T

Taher

Hi there

I want to print a text box(memo feild) at the end of every
report.

I would appreicate if somebody would help me on this.

Thank you.
 
Taher said:
I want to print a text box(memo feild) at the end of every
report.


Where is this memo field?

If it's in a single record table, then use DLookup in the
text box's control source expression to retrieve it:

=DLookup("memofield", "thetable")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top