Search results

  1. C

    Need help so much… I just can’t

    Hey guy’s, I been working on this problem for 5 days already and I cant get it to work. The thing is that I have a Main Report with 2 Sub Report, and I have to do some calculation, but I get error all the time. I try to use Nz(), iif(isNull(),,), etc. and nothing. Pleas help. Here are some...
  2. C

    Me![anything] or Me.anything, what's the diference

    can any one tell me what's the diference beteween Me![ControlSubInforme].Visible = Me![ControlSubInforme].Report.HasData and Me.ControlSubInforme.Visible = Me.ControlSubInforme..Report.HasData for example. thanks
  3. C

    Use Data from SubReports

    I have 2 subreport on the main report. On the main report I need to print up the sum of some textboxes from each subreport...... no idea. Please help!!! Thanks any way
  4. C

    Interesting query for a report, don’t know how to do it

    Let say I have this very simple table: Investments Bank (number, the key of the bank) TypeOfInvesment (number, can be 1 = deposit o 2 = mutual funds) Amount (currency) And the data is: Bank TypeOfInvesment Amount 1 1 $100.000 2 1...
Back
Top Bottom