Leemi
Thu Jun 23 10:18:51 CDT 2005
Hi Bubba Gump Shrimp:
You want to create a data field out of a numeric filed, right? If so, does
the numeric field contain a Julian data vale? If so, look at Sys(10).
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/
*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>How do you create a date field in a select statement. In other words, I
>could create a numeric field called age by the following:
> select name, id, 000 as age from <table> order by name into <newtable>
>What if I wanted to also create a date field called birthdate. How would I
>do that?