L
LindaL.
I placed a combo box on my main form that gets it's data
from another subform on the main form a.e. SELECT Room
FROM qryBuildingRoom WHERE BuildingID = [Forms]!
[frmFacilityRealEstate]![sbfrmBuilding]![BuildingID]. Now
I want to link a subform to this combo box. I want the
subform to show the data for the BuildingRoomID I have
chosen in the combo box. The field that they have in
common is BuildingRoomID. I have tried everything to get
the subform to work along with the combo box and nothing.
For the Link CHILD FIELD I used: BuildingRoomID
For the Link MASTER Field: SELECT Room FROM
qryBuildingRoom WHERE BuildingID = [Forms]!
[frmFacilityRealEstate]![sbfrmBuilding]![BuildingID];
I keep coming up with a Syntax Error. Can someone help
from another subform on the main form a.e. SELECT Room
FROM qryBuildingRoom WHERE BuildingID = [Forms]!
[frmFacilityRealEstate]![sbfrmBuilding]![BuildingID]. Now
I want to link a subform to this combo box. I want the
subform to show the data for the BuildingRoomID I have
chosen in the combo box. The field that they have in
common is BuildingRoomID. I have tried everything to get
the subform to work along with the combo box and nothing.
For the Link CHILD FIELD I used: BuildingRoomID
For the Link MASTER Field: SELECT Room FROM
qryBuildingRoom WHERE BuildingID = [Forms]!
[frmFacilityRealEstate]![sbfrmBuilding]![BuildingID];
I keep coming up with a Syntax Error. Can someone help