Search results

  1. J

    No of Days in a month

    Hello all, I am looking for a method to get No of Days (Count of Days) in a given month., like, if someone enter May 2017 in a first textbox (textbox is set to display Date as MMM YYYY format), the second textbox show the result, 31. can any one help to get this, Thanks in advance.
  2. J

    Form on full screen.

    Hello everyone. Is there any way to create a full screen form, like MDI. I used a method earlier in which form covered whole screen including Task Bar.
  3. J

    Combo Box Record Source

    Hello everyone. I am working on the form having Tab Control for different "Categories". The tab, say Category 1, contains 2 Combo Boxes cboType and cboID. by selecting Pay Type, cboID only shows all those record (or Emp ID) whose Pay Type is selected from cboType. I used the following VBA on...
  4. J

    How to get Last Record from related table

    I have two tables, tblEmp and tblEmpPositions. tblEmp has fields like EmpID, EmpName, EmpFather and EmpDOB. tblEmpPositions has fields like PositionsID, EmpID, EmpDesign, StartDate and EndDate. Scenario is 1 Employee worked on different Positions for specified period of Time. What I want to get...
Back
Top Bottom