How to find a record using ADODC.find method to find a record "LIKE variable*"

I want to use a variable + * , ie if content is "B" then it should take "LIKE 'B*'". Here instead of 'B' I want to use the variable name itself.