Is there some way to populate the content of a popup list for a field with values from another grid?
Access has a function to do this (I believe it is called dblookup - or so).
I need to assign tasks to contacts. I know that one could use the parent/hierarchy functionality but that is too tedious - just too many steps to go through. It would be so much simpler to be able to populate the content of the popup with some field from another grid.
Is anyone doing something like this?
Thanks
Comments
Select Item as MyContacts from AdrsBook
For anyone who has no idea what I am talking about, I am suggesting that a field called colour in a child grid called paint should be restricted to certain values that come from a parent colour field in another grid. If the parent grid contains only red, blue, green, it should not be possible to insert the value white as a value for the colour attribute in the child paint grid unless and until you have previously inserted white as an additional colour in the parent colour grid. This should also be adequate in a situation where your grid wishes to show both a father and a mother for entries which describe a child.