Database query using a "like" operator
Hi. I've not used the database feature before but slowly getting the idea but the select statement has me stumped (could probable do it in sql but not this). What I want to do is return all records where a database field is like a value in a search field and be case insensitive. So if only 1 character in the search entered just get those records that match that character in position 1 (ignoring case). Likewise if 2 entered then matches the first 2 characters etc etc. Sort of like autocomplete I guess. How would I code that ?