Save unbound text data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that is used to enter data, when you click print it pops up a
parameter for you to enter your comments in so they will print at the end of
the repoort. My question is is there anyway to save what you enter into
another table for later use. In the report my unbound text box is =[ENTER
COMMENTS]
 
Michelle said:
I have a form that is used to enter data, when you click print it pops up a
parameter for you to enter your comments in so they will print at the end of
the repoort. My question is is there anyway to save what you enter into
another table for later use. In the report my unbound text box is =[ENTER
COMMENTS]

Make it a bound form against a table and store the comments in a table
to be retrieved later.

Sarah Schreffler
 

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

Back
Top