I'm fairly new to IP, but I'm fumbling along. I now have a question.
An example of the 2 records I am trying to get from the db:
Joe Smith
123 Main Street
Anytown, USA
and
Joe Smith
789 Main Street
Anytown, USA
what I am trying to do is query the db to display only these two records to display when I type in a portion of the name. ie Joe
and then I need to select one of these records to display on the form. And make the other one disappear. (disappear on the form, not the database)
Currently when I query the database I get all records listed. I am using a repeating section. I'm not sure if this is even the correct route.