Search results

  1. A

    reports question: heading alignment

    pls, i have a report, i have a headings at page head section. i do align it with a controls at a details section. it dose align good at the first page only when printing. but it shifts little bit to the right in the other pages . i actualy don't know who is shifting, is it the heading or the...
  2. A

    reports question: not to print sums in page

    pls, i have a report, i have a sum controls at a page tailing section. i don't need this sum totals to be appear when no more than one row of data at detail section. thanks
  3. A

    point to a subform control within query criteria

    hi there! i have two sub forms within a main form let say frmMain, frmSub1, frmSub2 frmSub1 contains BillFromDate and BillToDate frmSub2 displays bill data between these two dates (this mean that the second form (frmSub2) based on a query which contains on BillDate field criteria the following...
  4. A

    using variable in Filter property (in code)

    thanks alot Mike for help your code dosen't work i found another code , it works good the code is Me.Filter = "Country = '" & strCountry & "'" thanks again Mike
  5. A

    using variable in Filter property (in code)

    Hi. Me.Filter = "Country = 'USA'" Me.FilterOn = True can i use a variable instead of the text 'USA' give me an example if any pls. thanks for help.
Top Bottom