G
Guest
I have a form frmBuilding displaying details about a building with a subform
frmCost displaying a SUM of prices associated with that building from a
query. I have a button in frmCost that opens the form frmAddCost that is a
filtered form on BuildingID displaying all related costs associated with the
building. frmAddCost has the ability to add new item but you have to specify
the correct BuildingID otherwise the new addition will be filtered out. How
do i make it so any new items added from the filtered form have a default
value for BuildingID to equal that used in the filter.
frmCost displaying a SUM of prices associated with that building from a
query. I have a button in frmCost that opens the form frmAddCost that is a
filtered form on BuildingID displaying all related costs associated with the
building. frmAddCost has the ability to add new item but you have to specify
the correct BuildingID otherwise the new addition will be filtered out. How
do i make it so any new items added from the filtered form have a default
value for BuildingID to equal that used in the filter.