MorganGreylock
Programmer
Heres my SQL:
select * from tblStudentRequests
where GottaHave = '#search_text#'
or TwoMoInst1 = '#search_text#'
or TwoMoComm1 = '#search_text#'
or OneMoPat1 = '#search_text#'
or Longin = '#search_text#'
What I need to do now is figure out WHICH of the following fields (TwoMoInst1, TwoMoComm1, etc) contained the search_text value. Short of doing a huge CFIF section, I'm not sure if it can be done in the first place... any suggestions?
TIA
MG
select * from tblStudentRequests
where GottaHave = '#search_text#'
or TwoMoInst1 = '#search_text#'
or TwoMoComm1 = '#search_text#'
or OneMoPat1 = '#search_text#'
or Longin = '#search_text#'
What I need to do now is figure out WHICH of the following fields (TwoMoInst1, TwoMoComm1, etc) contained the search_text value. Short of doing a huge CFIF section, I'm not sure if it can be done in the first place... any suggestions?
TIA
MG