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

string error

Status
Not open for further replies.

296097

Programmer
Aug 13, 2004
32
US
I am using this formula and i am getting string required error.I do not really know why i am getting this error.to me every thing looks fine and should work, if any body has an idea let me know pls.
here is the formula:totext(dtstodate({PLANHOLD.DATEPUR}),"yy/dd/MM")
 
That would suggest that your date field is already a date. Try removing the dtstodate() function.

-LB
 
It works ok now. thank you for your prompt reply LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top