G
Guest
Here is what I am attempting t o accomplish....
I want to open a form that asks the user " Which Estate do you wish to edit?" This question is asked and answered via a combo box.
After the user chooses an estate from the list and clicks ok, I want the form to then open the next form and display ALL the records that are associated with that Estate.
And then the estate selection form should either close itself or hide behind the new form.
So I have the following tables -
Estates (EstateID, EstateName)
Artwork (ArtID, EstateID, etc.)
There is a one to many relationship of one estate having numerous artworks.
If that made sense, please help me.
Thanks all,
Chris
I want to open a form that asks the user " Which Estate do you wish to edit?" This question is asked and answered via a combo box.
After the user chooses an estate from the list and clicks ok, I want the form to then open the next form and display ALL the records that are associated with that Estate.
And then the estate selection form should either close itself or hide behind the new form.
So I have the following tables -
Estates (EstateID, EstateName)
Artwork (ArtID, EstateID, etc.)
There is a one to many relationship of one estate having numerous artworks.
If that made sense, please help me.
Thanks all,
Chris