Search results

  1. T

    VBA code not updated combo box as the record changes

    Following the guidelines to prevent cross posting inappropriately, I just want to be clear that I posted a sort of similar issue in another forum. The initial problem I had was sort of resolved, but as a result I am now running into another issue that I alluded to at the end of the other post...
  2. T

    Combo Box filter value for a 2nd Combo Box

    I have 3 tables, tblIncidents, tblEmployees, and tblIncidentEmployees. In order to enter data into tblEmployees and associate an EmployeeID with an IncidentID in the associative table, I have a form bound to EmployeeID. On this form I have a subform also bound to EmployeeID that contains a combo...
  3. T

    Code for using Checkbox value to write to associative table

    A little relevant background: I have 3 tables (tblncident, tblClassification, and an associative tblIncidentClass). I currently have a form with tabs, and on each tab I have a subform linked under master fields with a field titled "InternalIncidentID" so that as I go through InternalIncidentIDs...
Top Bottom