Search results

  1. M

    Get the Count of a multiple null Fields based on other Field Criteria with AND operator

    I have a table of Employee Details and I would like to identify the count of a few fields combinedly and identify the count to get the progress % at a Function level Emp Table: Emp ID Function ID Readiness Status Time Frame Criticality_Reason 1 2 Change Likely within 1 Year Expert 2 2...
  2. M

    Add the custom and calculated column to the Cross-Tab Query

    Hi Team! I have an issue with Cross Tab query and following are the tables and query structure I followed: Table: I useed Cross-Tab query to get the results based on Time_Frame Count which resulted as follows: Apart from 3 time frame categories you see on the top, there are 2 more ( 3 - 4...
  3. M

    Solved Considering Multiple Criteria with Multiple Combo Boxes on an Unbounded Form

    Hi, I have a query that has the Rewards Details (qry_R&R) and I have created an Unbounded Form where I linked that query (qry_R&R). Now I would like to filter the results based on Function/Department and then with the Team Member Name. I tried the query as mentioned in the below method: I...
  4. M

    Solved Get a value from a Table based on multiple fields criteria

    I have a set of Skills in a Skills Table named "tbl_Skill_Groups". And I have Team Details in a table called "TMT_TeamDetails". There is a Junction table created (tbl_TeamSkills_Junction") to track the scores of each Employee for each Skill. Now I want to create a form where I would select the...
  5. M

    Solved Dynamic results based on wildcard dates provided with form fields

    Hi Team, I have a form where I have ComboBox with the list of Years (2018,2019,2020,2021) and I have the proper dates in my Database as shown below: Dates 04/01/2021 03/22/2021 07/22/2020 08/16/2019 Whenever I select any year(example: 2020) in the form, the results should populate...
  6. M

    Solved Crosstab Query - Columns are not Updating/Refreshing in the Reports

    Hi Team, I have created a CrossTab query and SELECT query on the same data where I have Type of Certifications in Rows and Years in Columns as shown below: Certification 2018 2019 2020 2021 2022 Certificate Type 7 1 Certificate Type 4 1 1 1 Certificate Type2 1 2 7 3 1...
  7. M

    Solved Run Time Error while attaching the PDF to the Email

    Hi Team, I use the below code to attach the Access Report in the email. It was working fine earlier, but now I'm getting Run Time Error "cannot find this file verify the path" I'm facing the issue when the attachment is added (Attachments.add filename). Private Sub Send_Mail_Click() Dim...
  8. M

    Solved Sum of Specific field based on multiple conditions from a Table data

    Hi Team, I have been trying to solve this. I have 2 Tables Table 1: Master Database Date Function Savings Status of Project 01/01/2019 ABC 1000 Completed 01/01/2019 BCD 900 On-Going 01/01/2020 ABCD 1500 Completed 01/01/2021 BCGA 1500 Completed 01/01/2021 HCFD 1000 Completed Table...
  9. M

    Solved Unable to Stop the bounded form from adding unwanted records

    Hi Team, Good evening. I have a bounded form with about 34 fields and I have a "Save" button (to just save the details to the master table) and a "Home" button (to go back home without saving the record when there are any changes made after it is saved). But some users are messing it up by just...
  10. M

    Solved Me.Undo is reversing all the actions performed in a form

    Hi Team, I have a bounded form with many fields and I have inserted the "Save" button to save the changes with the help of MsgBox (Yes/No). The problem is when I save it, it saves the form, but later if I change/modify one field and click on "No" to undo the changes, it is reversing all the...
  11. M

    Solved Selected fields from a table/query to generate Report and export to Excel & PDF in MS Access

    Hi Team, Please help me build this up! I have a Master DB Table with about 34 fields and I have specific requirements filtering out the data and export the fields to Excel or PDF. I have built the queries with the requirements of the criteria. The requirement is to create a form with ListBox of...
  12. M

    Hello Access World

    I'm new in exploring the depth of MS Access. Hope this forum would be of help for both sides by more exploration and contribution. :)
Top Bottom