S
SpookiePower
I have a form with a lot of boundtextboxes on.
Each time I deleted the text in these textboxes,
I did it this way - Me.textbox = Null - But I found
out that I also deleted the text from the database,
which is not what I wanted to do. But how can I then
clear these textboxes, without deleting from the database ?
I tryed it this way - Me.textbox = '' - But it does not work.
Each time I deleted the text in these textboxes,
I did it this way - Me.textbox = Null - But I found
out that I also deleted the text from the database,
which is not what I wanted to do. But how can I then
clear these textboxes, without deleting from the database ?
I tryed it this way - Me.textbox = '' - But it does not work.