Hi,
I have a table with 2 fields from which I need the user to select multiple items.
The 2 fields are Recipe and Revision.
I need the user to select multiple recipes. This is fine.
BUT for each recipe the user needs to select the appropriate Revision as well. This can be different for each recipe (it is a number).
I then get data based on Recipe and revision.
I also group by Recipe and Revision.
Each revision number needs to be somehow tied to the right recipe.
How do I go about setting this up?
The user selection dialogs that is.
Can I do this?
thanks
mark
I have a table with 2 fields from which I need the user to select multiple items.
The 2 fields are Recipe and Revision.
I need the user to select multiple recipes. This is fine.
BUT for each recipe the user needs to select the appropriate Revision as well. This can be different for each recipe (it is a number).
I then get data based on Recipe and revision.
I also group by Recipe and Revision.
Each revision number needs to be somehow tied to the right recipe.
How do I go about setting this up?
The user selection dialogs that is.
Can I do this?
thanks
mark