I'm building an app that will read relational tables from a PalmOS program.
On the Palm side I have easy to use controls that perform lookups on other
tables (based on a key) and displays another column of that table.
ie table1-names (classkey, name, age)
table2-classes (classkey, classname)
The lookup control would match the classkey from the names table to a row in
the class table and return the appropraite class name.
Are their similar controls available for VB(6)? I'm asuming their must be a
way to have listboxes (or even grids) do this type of thing, but I haven't
had any luck. Can anyone help?
TIA