![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello All... I am running queres that are linked to tables in FOXPRO, running on SCO-UNIX. I have a date stamp field that is encrypted by FOXPRO. After talking to the owners for the program creating the tables, they gave me this formula to decrypt the date stamp field. cYear = str(asc(subs(cDTStmp,1,1)) + 1900,4) cMonth = str(asc(subs(cDTStmp,2,1)),2) cDay = str(asc(subs(cDTStmp,3,1)),2) dResult = ctod(cMonth + "/" + cDay + "/" + cYear) How can I apply this to a Between [Starting Date] And [Ending Date] function in SQL, or within the GUI query builder. Thanks to all ahead of time. Jody |
#3
| |||
| |||
|
#4
| |||
| |||
|
| Mr. Russell, Where/how do I reference the module in the query, once it is renamed to "Module 1"? Sorry if i am being a pain, but I have never been taught that before. Thanks, Jody *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
![]() |
| Thread Tools | |
| Display Modes | |
| |