Using Forms 9.2
I'm looking for ideas to display data retrieved from a lookup. A table seemed like the obvious solution but it doesn't seem to handle multiple rows. Rather than populating table rows with the results of the lookup, I get blank text boxes. Clicking on those boxes shows the results of my lookup for that column.
A basic rundown of my case:
- User supplies their account number
- Forms does a lookup displays all the associated property (description, price, etc)
How would you tackle this?
Thanks!