...customer(custID, CustFName, CustLName, ...)
cb1 filters custID, cb2 for CustFName and so on. So that when a user comes along, he can type in "2*" in the cb1 and it lists out all the record starting from 2 on the list_box. The codes here are very simple, no runcommand or stuff like that...