Posted by himilecyclist on 05/16/06 18:29
I just figured it out. The following code does just what I need: WHERE CONCAT(RPAD(Last, 50, ' '), RPAD(First, 50, ' '), RPAD(Middle, 50, ' ')) >= CONCAT(RPAD('$_POST[txtSrchLastName]', 50, ' '), RPAD('$_POST[txtSrchFirstName]', 50, ' '), RPAD('$_POST[txtSrchMiddleName]', 50, ' '))"; Thanks again for the response!
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming