Hi there,
Please refer to this line of code below:
DoCmd.OpenForm "frmBuyersInterestedPropertiesDirectory", acNormal, , "[BuyerID]='" + Me![BuyerID] + "'"
I have tried to customise this (where) statement to display "frmBuyersInterestedPropertiesDirectory" from
frmBuyerPropListing when the...