Customer look UP

S

Simon

I have a large amout of cusomers on the database now.

I would like a way to find them faster. Is there a wasy that as i start
to type in a customers surname in a text box it filters out the
customer surname with the letters i have typed in the box


Thanks
 
G

Guest

Sure..
First you should change the field box into a combobox
Then on the rowsource of this combobox write the follwoing SQL code:
SELECT fieldname FROM queryname;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top