R
Rpettis31
I have a form that I intend to have a text box that is used to record data
from the user, upon selecting a command button the data in the text box will
appear in a list box with the date.
Such as -- 9/4/08 -The issue was opened.
This is bound to a field on a table called Status. However, once the record
is entered the value appears for all records. If I close the form and return
to the record the data is not there.
Question is this the best way to do a status notes? Also this field will
need to be updated so How do I prevent the initial data from being
overwritten?
from the user, upon selecting a command button the data in the text box will
appear in a list box with the date.
Such as -- 9/4/08 -The issue was opened.
This is bound to a field on a table called Status. However, once the record
is entered the value appears for all records. If I close the form and return
to the record the data is not there.
Question is this the best way to do a status notes? Also this field will
need to be updated so How do I prevent the initial data from being
overwritten?