I would like to set a field to a value selected from a grid in a dialog. I am using Access 2007.
In WinForms I would:
- Create a child form
- create a grid for the data
- add a property for the selected item
- In the parent form
- add a button to open the form
- on successful dialog result get the selected item from the property
- update the object
- persist on event
- On parent edit
- set selected value in child grid
Is something like this possible in Access 2007 forms? I have a Multiple Item form with the child records. Can I select one and return that to the parent? And on the other side, can I default the selected item on edit?
How do people approach this in Access?