Grab user's input, search and display memo field?

L

Lauri

Okay all, I'm pretty new at this. I have a database with 2 fields: Topic and
Description. All I want is for the user to be able to type the first few
letters of a topic and have the topic pop in and show the corresponding memo
field (description) when it does.
Don't know if this is making any sense but I'm wracking my brains and
thinking this is probably so simple to do. Thanks in advance.
 
K

Klatuu

Make your Topic a combo box and use the AutoExpand property. This will get
you what you want.
 
Top