From what I can gather, in order to have a look up you need a value list?
my dummy database look something like this
col1 col2 col3 col4
row1 a1 a2 a3 "Match"
row2 b1 b2 b3 "no"
row3 c1 c2 c3 "no"
when the search criteria is a2
now I use a perform find to search this table for "Match"(criteria)
but I am stuck at how to get the perform find result into the lookup
so the lookup will display all data in col1 who's col4 has "Match" in it
any other idea or surgestion is welcome
my dummy database look something like this
col1 col2 col3 col4
row1 a1 a2 a3 "Match"
row2 b1 b2 b3 "no"
row3 c1 c2 c3 "no"
when the search criteria is a2
now I use a perform find to search this table for "Match"(criteria)
but I am stuck at how to get the perform find result into the lookup
so the lookup will display all data in col1 who's col4 has "Match" in it
any other idea or surgestion is welcome