Recent content by williamminor

  1. W

    Duplicate values (Please help)

    Thanks for you help
  2. W

    Duplicate values

    I need help creating a report that summarizes duplicated values. I need to write a query that groups payments of equal amounts (duplicate values only) for each vendor together. I need to show a group header containing the vendor number and name. I was using the Having Count(*) > 1 function but...
  3. W

    Duplicate values (Please help)

    I need help creating a report that summarizes duplicated values. I need to write a query that groups payments of equal amounts (duplicate values only) for each vendor together. I need to show a group header containing the vendor number and name. I was using the Having Count(*) > 1 function but...
  4. W

    Auto Populate Date Field

    Thanks Could I also use the DateAdd() function?
  5. W

    Auto Populate Date Field

    I have a report that contains a date field that tells when a card was removed from the plant. The report also contains a due date field that needs to be auto populated with a date 15 days from the day it was removed from the plant. Can someone help me with a function to auto populate the date...
  6. W

    Sequential numbering (HELP)

    I have a table (tbl_Forms) which contains the following columns ID, Form Number, Descrip, Next Number to Print First Issue. I have a form that based on the above table and includes an unbound text box labeled forms requested. I need the next number to print field to increment by the number put...
Back
Top Bottom