Jan 14, 2004 #1 ellehcsim Programmer Joined Dec 9, 2003 Messages 16 Location 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 Joined Feb 19, 2001 Messages 860 Location 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 Joined Dec 9, 2003 Messages 16 Location PH thanks!!! it works! Upvote 0 Downvote