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 BuyerID and PropertyID are the same for both forms.
How do I include PropertyID into the statement above?
Any suggestions?
Thank you.
satoshi
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 BuyerID and PropertyID are the same for both forms.
How do I include PropertyID into the statement above?
Any suggestions?
Thank you.
satoshi