I know it looks convoluted.
BETWEEN(val(trim(staff_list.office_no)),3,10)=.f. = .T.
allows me to select the records that fall outside of the range 3-10 (in this case 445 records).
BETWEEN(val(staff_list.office_no), 3, 10)
selects the records that fall within the range (the 17 records I...
Thanks for the quick response, foxdev. Unfortunately, "left(staff_list.notes,4)" didn't work. Again, only the first digit appeared in the report. I even tried saving it to a .csv instead of .xls and opening it in Word.
The thing is, typing "? left(staff_list.notes,4)"...
I want to export some data from 3 tables into an Excel spreadsheet. I've included the SELECT command below. Everything is fine except IT ONLY EXPORTS THE FIRST CHARACTER FROM THE staff_list.notes FIELD (which is a memo field with the phone extension). Note: I put the extensions in a memo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.