Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

clear a field in a form and set its value to NULL

Status
Not open for further replies.

halx

Programmer
Jun 5, 2002
35
FR
Hello !

Does anybody know how to clear a field in a form and set its value to NULL ?
" txtFieldName.value = NULL " does not clear the field, but it seems to set its value to null.

Thanks

Alex
 
me.txtFieldName = null

should work out for you:)

--James JHauge@jmjpc.net
Life is change. To deny change is to deny life.
 
OK thanks.
(I should have thought about it..)
Alex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top