Jan 14, 2004 #1 ellehcsim Programmer Dec 9, 2003 16 PH i want the textbox to have a DATETIME format. is there a way to do this. or is there a way to put an empty DATETIME value in a textbox. coz if i do... "thisform.textbox1.value = {}" i only limit the textbox to DATE only for input. thanks you guys!
i want the textbox to have a DATETIME format. is there a way to do this. or is there a way to put an empty DATETIME value in a textbox. coz if i do... "thisform.textbox1.value = {}" i only limit the textbox to DATE only for input. thanks you guys!
Jan 14, 2004 #2 StewartUK Programmer Feb 19, 2001 860 GB Put this... =DTOT({//}) ...into the textbox's Value property. Hope that helps, Stewart Upvote 0 Downvote
Jan 14, 2004 Thread starter #3 ellehcsim Programmer Dec 9, 2003 16 PH thanks!!! it works! Upvote 0 Downvote