Say I have an entry form with several fields that are related to lookup tables.
Entry Form Person Hair Color Person Eye Color
The hair and eye colors come from a lookup table. I want to present a browse list of available options, allow them to enter new categories, and return a single selected record back to the main entry form.
Is there an example on how to do this with StrataFrame?
Ben