Search results

  1. iaasiqbal

    Solved Field visible & invisible in form

    Please help to write the condition IET = Income Expenditure Type IET = "", "Income", "Expense" in my data entry form -when IET is blank or null the two field debit & credit will be in visible, and IET = Income the credit field will be visible and debit field is invisible and IET = Expense the...
  2. iaasiqbal

    Solved Running sum of query, report with opening and Closing balance

    I have maintain to voluntary organization fund, so i have an access database . i need running sum of GL query1. and need sunning sum with opening and closing balance of GL query2 and report GL query2 . please help.
  3. iaasiqbal

    how can I automatic content height of unbound field in report

    how can I automatic content height of unbound field, please help
  4. iaasiqbal

    ConcatRelated Count in a report

    Dear sir I have a database of locker inventory. (All, rented & unrented category) . In a report I can count total as all ,but cant not counted rented and un rented column . please help in this regards . i have uploaded db here
  5. iaasiqbal

    VB not working in access 16 format

    Option Compare Database Option Explicit Public gxlApp As Excel.Application Public gxlWB As Excel.Workbook Private Sub btnGenerate_Click() End Sub Private Sub Form_Load() Dim rsParent As DAO.Recordset2 Dim rsChild As DAO.Recordset2 Dim fld As DAO.Field2 Dim...
  6. iaasiqbal

    Access 16 format not working

    This file not working in access 16 format
Back
Top Bottom