Subject Lookup controls
Author Jonathan M. Freedman
Hello:

i am having difficulty conceptualizing the IBLookup controls and their
purpose. My intention is to use many different small tables to provide
"lookup" values to facilitate data entry, for instance, a small table with
('Mr.', 'Mrs.', 'Miss', etc...) that fits into the lookup portion of a
lookup list, but populates within a table called "Clients" a field called
"PersonTitle", for example... This is not going to be a Master-Detail
relationship, i just want to hold the data for the lookups in a table in the
database, rather than in a file as a stringlist...

my question is: is this the way it is done?