T
Tamer
I have a text box in an Access 2000 form. I added a cmd
button to the form to add a new record. I noticed that the
text box shows the number 0 after I add a new record
(because it holds an integer data type). Is there any way
to get rid of this 0?? I tried to use "Me![txt_MyInt].
clear", but it is not working. Any idea??
Thanks in advance
button to the form to add a new record. I noticed that the
text box shows the number 0 after I add a new record
(because it holds an integer data type). Is there any way
to get rid of this 0?? I tried to use "Me![txt_MyInt].
clear", but it is not working. Any idea??
Thanks in advance