I have a form that lists data about current and incoming employees. for the incoming employees that need to be assigned housing i have a combo box that lists all available houses for the year. these houses are those that belong to departing employees and are up for reassignment. after the residence is selected it moved to the 'proposed assignment' box. then you click assign and it becomes the "assigned" residence.
i would like to create a way either via code or macro that when you click the assign button it changes the 'reassigned' column in the "available housing' queary (from "no" to "yes") for the address that is being assigned. this way the house would automatically be removed from the query since only houses with "no" in the 're-assigned' column can appear. can anyone help me?
i would like to create a way either via code or macro that when you click the assign button it changes the 'reassigned' column in the "available housing' queary (from "no" to "yes") for the address that is being assigned. this way the house would automatically be removed from the query since only houses with "no" in the 're-assigned' column can appear. can anyone help me?