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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to format textbox

Status
Not open for further replies.

ellehcsim

Programmer
Dec 9, 2003
16
0
0
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!

 
Put this...

=DTOT({//})

...into the textbox's Value property.

Hope that helps,

Stewart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top