hmm tricky (not realy)
How detailed do i need to go???
Use vba to create your find criteria
ie
dim firstname as string
dim Surname as string
dim findStr as string
firstname = mid(SearchTxt,1,instr(1,searchTxt," "))
surname = mid(searchtxt,instr(1,searchtxt," ")+1)
if surname <> "" then...