Simple SELECT’s—continued
Use expressions and native functions
FNm + ‘ ‘ + LNm + ‘ was born on ‘ + Format(DOB,’mmm d, yyyy’)
Off-load work to the database engine
There are CF, ODBC and native engine functions;Do you know where your work is being done?