Hi,scenario:
- Table PropertyGroups:
- Table Properties
- ID
- Name
- PropertyGroups_ID
- Comment
I have Maintanance form to add and modify the propertygroups allready.
Now on the Maintance form for the Properties, i'd have:
- Textfield: Name
- Combobox: PropertyGroup
- Textfield: Comment
What i need is for the Combobox to allow selection of anyone of the Property-Groups from the PropertyGroups Table/BO, and saving the selected PK/ID from that Property Group into to Propertie-Table/BO PropertyGroups_ID column.
what is the proposed way to achieve that ?
thanks.