L
Lloyd
I have added a delete button to my form, but prior to deleting, I display a
"reason" form for the user to put in the reason they want to delete a record,
which is then logged into a table. It works fine.
But if the user then wants to delete a second record, the "reason" form is
again displayed, but the previous reason is still in the text box (the text
box is unbound). How do I get the text box to come up null when it is
redisplayed so the previous reason is not still there?
thanks in advance.
"reason" form for the user to put in the reason they want to delete a record,
which is then logged into a table. It works fine.
But if the user then wants to delete a second record, the "reason" form is
again displayed, but the previous reason is still in the text box (the text
box is unbound). How do I get the text box to come up null when it is
redisplayed so the previous reason is not still there?
thanks in advance.