Search results

  1. N

    hide label

    Hi, i have one report with several subreports, subreports have can shrink property set on Yes..so when their query is null, subreport does not show, but their label does so i want something like this but i dont know syntax i tried like dis in VBA - report: Private Sub Report_load()...
  2. N

    unique items sum

    hi, i would like to ask if is possible to make query that make this.. from table pick name, sum1, description, sum2, idofpayment and return only 1 unique name but make sum of all.. example my query now return: Oliver - 297 - for services - 100 - 1982 Marc - 324 - for services - 132 - 1982...
  3. N

    always show subreport

    Hi, It is possible somehow to always show report even if query is empty..? just report header with no values.. because i have several subreports in one final report, but according to my knowledge these subreports have fixed position in final report, so if some query is empty -> subreport is...
  4. N

    report from many queries

    Dear all, i am facing problem and i dont know how to solve it or i dont know if it is possible to make it in access. Problem is 1, i have one table with around 50 columns for this moment are important this: customer_id, customer name, id_invoice, and some number.. 2, in table there are many...
Back
Top Bottom