G
Guest
Please help: I am trying to manage land and properties in a small town.
I have 2 tables: Owners and Property
One owner may have one property or own several properties
The form: frmOwnersAndProperty has both tables on it: The Main form is
Owners with the subform Property attached
If the owner has only 1 property and sells it I just keep the same OwnerID
number and type in a new owner, but if the Owner has several properties it
gets cumbersome. I have to get out of the form, got to the Owners table and
add an new owner then close that table go to the Property table and find the
property that has sold and find the new owner in the drop down list. Is
there any way that I can make this process easier. If I could somehow click
in the subform at that one perticular Lot or CondoUnit that has sold (i.e.
Lot 345), and then that would take me to another screen where I could enter
the new owners for that perticular Lot or CondoUnit. I have no clue how to
go about doing this or if it is even possible. Many Thanks
I have 2 tables: Owners and Property
One owner may have one property or own several properties
The form: frmOwnersAndProperty has both tables on it: The Main form is
Owners with the subform Property attached
If the owner has only 1 property and sells it I just keep the same OwnerID
number and type in a new owner, but if the Owner has several properties it
gets cumbersome. I have to get out of the form, got to the Owners table and
add an new owner then close that table go to the Property table and find the
property that has sold and find the new owner in the drop down list. Is
there any way that I can make this process easier. If I could somehow click
in the subform at that one perticular Lot or CondoUnit that has sold (i.e.
Lot 345), and then that would take me to another screen where I could enter
the new owners for that perticular Lot or CondoUnit. I have no clue how to
go about doing this or if it is even possible. Many Thanks