G
Guest
I am very stumped. I have read through many postings and can't get mine to
work. I have a main form that has information on each property. Each
property has an OwnerID which links to the primary key in the Owners table.
There is a one to many relationship set up between the table. One owner can
have many properties. I have a main form where the user can select the
owner from the combo box. In a subform the selected owner information should
be displayed. Hoewevr I cannot get this information to update when the user
makes a change to the selected ownerID. I have linked the master and child
fields to the OwnerID fields. Also in the After Update event of the main
form of the ownerID I have:
Me.subOwner.Form.Requery
subOwner is the sub form displaying the owner info. The only way it will
refresh is if I select a new owner, click on the sub form and the select a
new owner. I've tried everything. Any suggestions would be greatly
appreciated, Thanks,
Blair
work. I have a main form that has information on each property. Each
property has an OwnerID which links to the primary key in the Owners table.
There is a one to many relationship set up between the table. One owner can
have many properties. I have a main form where the user can select the
owner from the combo box. In a subform the selected owner information should
be displayed. Hoewevr I cannot get this information to update when the user
makes a change to the selected ownerID. I have linked the master and child
fields to the OwnerID fields. Also in the After Update event of the main
form of the ownerID I have:
Me.subOwner.Form.Requery
subOwner is the sub form displaying the owner info. The only way it will
refresh is if I select a new owner, click on the sub form and the select a
new owner. I've tried everything. Any suggestions would be greatly
appreciated, Thanks,
Blair