Search results

  1. G

    Years, months and days passed? (2)

    Hi. I'd like to be able to say that today is so many years, months & days since a specified date. Better yet, would be to include hours and minutes, or hours to 2 dps. At present I can only count days, using: =Date()-#13/02/99#+1 & " days" I know I can use the DateDiff function as an...
  2. G

    =[field].RunningSum didn't work! Help!

    Hi. I have a report that contains duplicated fields. Also in the group header is a hidden field: Name:AAA Control Source: =1 I was told by a list member (Rich) that if I sum the 1s from the group header in the report footer it would give me an accurate count of all distinct records (and not...
  3. G

    Urgent help required 2 - counting non-duplicated records on reports?

    Hi. I recently asked for help with a problem regarding counting only non-duplicated records on a report, and a member called Rich gave me a solution, but I'm still lost. My database is basically monitoring damage to vehicles. Each vehicle has a unique Chassis Number, and some of these have...
  4. G

    Stop sub-title printing on last page

    I have a report with a grouped header (damage type) and a sum in the group footer, with a grand total on the last page. This basically gives subtotals on each page and a grand total on the final page. At present the last sub-title (group header) appears on the second last page (which it should...
  5. G

    #Name? error, but only sometimes

    Hi. I have a data entry form that contains price boxes. There is a total box, which simply adds these prices together with the control source =Sum([Price 1] + [Price 2] + [Price 3]) This works fine. However, when I go into design view and save changes, the total stops working and displays...
  6. G

    Urgent help required - how to count non-duplicated records on reports?

    Hi. I am in desparate need of help a.s.a.p. I'm currently programming a database at work and have come across one of those frustrating Access stumbling blocks. My database is basically monitoring damage to vehicles. Each vehicle has a unique Chassis Number, and some of these have multiple...
  7. G

    The previous answer just confused me more! Aargh! Please Help!

    I realise this has been answered, but I didn't undrestand the answer! I NEED TO HAVE A TEXT BOX AUTOMATICALLY INSERT TEXT WHEN I ENTER A CODE FROM AN ADJACENT COMBO BOX. I have to program a database at work (within the next 8 hours), which must include lots of fields that have a code number...
  8. G

    Urgent!! How do I fill in a form control based on data in a combo box

    I realise this has been answered, but I didn't undrestand the answer! I have to program a database at work which must include lots of fields that have a code number and a name, for example, Ship Number and Ship Name. I have a Main table containing all required fields on the form and a second...
Top Bottom