D
Dorothy
I have a combobox "cboFacilityName" which is made up of 5
columns, (the FacilityName, Region, Local#, StaffName,
PresName. Based on the FacilityName chosen, the other 4
fields(Region, Local#, StaffName, PresName)automatically
populate using this code "=cboFacilityName.Column
(1)", "=cboFacilityName.Column(2)" etc. My problem is -
once I close the form and open it again these 4 fields
only appear for the first record. (I do have a macro that
requeries the FacilityName place in the OnEnter. I have
taken the macro and placed it in the OnChange, OnDirty
(whatever that is) and it still does not work.) I would
appreciate any assistance you can offer. Thanks in
advance.
columns, (the FacilityName, Region, Local#, StaffName,
PresName. Based on the FacilityName chosen, the other 4
fields(Region, Local#, StaffName, PresName)automatically
populate using this code "=cboFacilityName.Column
(1)", "=cboFacilityName.Column(2)" etc. My problem is -
once I close the form and open it again these 4 fields
only appear for the first record. (I do have a macro that
requeries the FacilityName place in the OnEnter. I have
taken the macro and placed it in the OnChange, OnDirty
(whatever that is) and it still does not work.) I would
appreciate any assistance you can offer. Thanks in
advance.