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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Make your Topic a combo box and use the AutoExpand property. This will get
you what you want.
 
Back
Top