View Full Version : Saving Comments


3divine
07-06-2001, 08:53 AM
Hello!.....would anyone wants to help me?

FYI: Access '97

I have a form that serves as a template.

I have (unbound) textboxes for comments where users enter different information depending on the type of task that's being done.

I already tried it but when I close the form and open it again, the information that I entered were lost.

Is there a way to save these information entered by the user when the form closes?

Frustrated

Rich
07-06-2001, 01:23 PM
Bind the form to a table and save the data there.
HTH

3divine
07-06-2001, 01:48 PM
Thanks Rich!