Search results

  1. M

    Multiple Count's in 1 expression?

    Thats it - cheers :)
  2. M

    Multiple Count's in 1 expression?

    Hi, I have a report that I have called "0 Master". It details the number of complaints that my company has received, broken down by a specific service. I have a CountIIf that returns the number of complaints received in a certain category. This works - but this only shows the total number of...
  3. M

    Complicated (?) Counting Query

    Hi, I have a databse that is meant to record complainants information. I want to create a query that returns peoples information, but ONLY if they have contacted us more than once. Is that possible? If so, how? Thanks
  4. M

    Error in Code Box

    Hi, I have a database that lists people that contact me. I want to know if people contacted me before, so i creted this code that is linked to the "Full Name" Field in my table... =IIf(DCount("*","[Contacts]","[ID]<>" & Nz([ID],0) & " And [Full Name] = '" & Replace(Nz([Full...
  5. M

    Decimal Place Calculations

    Yes, thats it! I think the problem was that the field was orignally a text box that i changed to a combo box. Now i have added a new combo box, and rejigged the formula, it works, so.. PROBLEM SOLVED! THANKYOU!
  6. M

    Decimal Place Calculations

    Hi All, I am trying to do a calculation in Access based on a value on a form. In the text box where my calculation is, it says; =[Text863]*13.59 Text863 is a combo box with dropdown list, that contains values 0.25, 0.5, 1, 1.25 etc etc However, if anything that isnt a whole number is...
  7. M

    Bring the total from one report back onto another report

    No, still the same error message #Name?
  8. M

    Bring the total from one report back onto another report

    When it is open, I get #Error, and when it is not #Name?
  9. M

    Bring the total from one report back onto another report

    Sometimes yes, sometimes not. I get the same error both times
  10. M

    Bring the total from one report back onto another report

    Hi All, This sounds pretty easy, but I cant figure it out. I have a report. It is called "6 Cost To Resolve Community Services Complaints" I have a Total field on there called "CS Total" I want the value of "CS Total" to show on another report that is currently called "Report1" At the...
Back
Top Bottom