W
Webtechie
Hello,
I have a form that is built on a table. The table has about 200 records.
The user that will modify the data is also doing other tasks.
She will work on some and then stop. Then she will come back to the form
and work on some more.
I've been asked to show a flag of some sort that indicates that this record
has already been modified.
Now I'm thinking I could create a status field. When the record is
modified, I could update the status. If this were SQL, I would put a trigger
on the table and then know what record was modified.
Any of those with more experience than me can think of a way to show the
user that this record has already been modified, go to the next record.
I have to keep all the records in the table until the user has finished all
the records and then I export them to a flat file.
Thanks.
I have a form that is built on a table. The table has about 200 records.
The user that will modify the data is also doing other tasks.
She will work on some and then stop. Then she will come back to the form
and work on some more.
I've been asked to show a flag of some sort that indicates that this record
has already been modified.
Now I'm thinking I could create a status field. When the record is
modified, I could update the status. If this were SQL, I would put a trigger
on the table and then know what record was modified.
Any of those with more experience than me can think of a way to show the
user that this record has already been modified, go to the next record.
I have to keep all the records in the table until the user has finished all
the records and then I export them to a flat file.
Thanks.