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
 
Back
Top