Search results

  1. R

    Continuous search form help - displaying text box values

    I have a search form that is continuous, and uses tbxEmployeeID to identify the records that are displayed with the criteria selected. I want to use: to display multiple records that are found in the data set, because the report I have cannot be linked with the other criteria (CertificationID...
  2. R

    Query problem with duplicate entries

    I have a skill/certification/training input system that revolves around one form which inputs any combination of a skill/certification or training that an employee might have. It records this in an EmployeeDetails table in the following fields : EmployeeID, SkillID, CertificationID, and...
  3. R

    Validating combo box entries before insert

    I have four combo boxes (EmployeeID, Skill, Certification, Training), three of which must wait for an entry in the first to become enabled. The user is able to enter data on any of the last three, (e.g. a skill and a cert, just a skill, or any combination) in order to make a record. I have...
  4. R

    Hyperlink opening a report from search criteria

    My first post...I couldn't find help on this anywhere. I have a search form which uses a simple filter to display records and then print a report based off of those records. The user has requested to be able to click the Employee Name that is displayed (as a hyperlink) to generate a report...
Back
Top Bottom