Have an application where personal info is loaded on one tab and non-personal on another such as Mementos. For each non-personal item(s) there are three tables of which Members (personal data), Mementos and MementosDetails.
The difficulty I am having is how to capture more than one memento/event once entered.
The item in the cbo when clicked is entered into the list box. Clicking on the item in the list box enters qty and cost/amount. But only one item at a time.
Is it possible to click on the cbo and have the data entered into a datagrid? Or must that be a bound form? Or is there a better way to display the data. This conundrum is keeping me from saving the data that is affiliated with this record.
Any ideas would be helpful.