Search results

  1. T

    multiple records

    Have a query from 2 linked tables that have a relationship. I am pulling some records based on some criteria. It returns what I want, but sometimes the same person could have several records, I am getting all of their records. I need to exclude anyone that has a matching address. Does it...
  2. T

    date range

    OK, after I select a range, how do I ave the values that I input print on the report somewhere for reference? Todd
  3. T

    date range

    How do I have a report select record from a query based on a range? I have a query that has a date field, I want to select records based on that date field from a date to a date (8/20/2003 to 8/25/2003). Thanks.
  4. T

    k table and currency question

    I do use an append query to append the data from the link file to the database. That is where i use the above code. What does the code look like that you suggest? Thanks.
  5. T

    k table and currency question

    Got it, thanks.
  6. T

    k table and currency question

    Would this go in the criteria for that field.
  7. T

    k table and currency question

    I have a link table to a text file setup that contains a currency value (for example 163588) This dollar amount would actually be $1635.88 When it brings it over and I tell the database that the field is currency, it labels it as $163588.00 I cannot get around this. How can I force it to...
  8. T

    mass update

    Create a form based on an update query? But how would that give me a select all when I check one box?
  9. T

    mass update

    I have a list of items all with checkboxes and date fields. I would like to be able to check all of them at once and enter a date that would populate all of their date fields. How would I go about that. Todd
  10. T

    Sub Report????

    That You very much, got it. Todd
  11. T

    Sub Report????

    Have a report that has field headers and footers that total up the number of checks that we have out standing: Branch 1 Name 1 Check Amount Name 2 Check Amount Total Checks ## Total Dollars $$ Branch 2... ..... .... What I would like to do and the end of the report, in the Report Footer I...
  12. T

    excluding records

    Have a report that is building from a table taht has check boxes for establiching criteria. When I create a report, I want to exclude the ones that have that box checked. How would I do that?
  13. T

    run time error notification -- want to disable

    Getting confirmation of a null entry. I want that notification to be turned off. This macro pulls some data and prints to a report. I want the null entry to show, but I dont want to have to click end everytime. Thanks.
  14. T

    duplexing report

    will a report duplex if the design is more than 1 page?
  15. T

    is there a good Dbase for a PDA

    I personally have never came across anything, but that doesnt mean it doesnt exist. Todd
  16. T

    running database window minimized

    How do I have the database window startup minimized? Todd
  17. T

    union query help

    Whn defining a union query, how can I make it select based on criteria? For Example: SELECT DISTINCT COMPANY_ID, HOURS_WORKED, CHECK_DATE, EMPLOYEE_TYPE FROM [BANK PAHC] UNION SELECT DISTINCT COMPANY_ID, HOURS_WORKED, CHECK_DATE, EMPLOYEE_TYPE FROM [NH PAHC] UNION SELECT DISTINCT COMPANY_ID...
  18. T

    Exportng to Excel

    I have figured it out. I used a DSUM function in Excel.
  19. T

    Exportng to Excel

    I did list it wrong. I would like to total each department with each company. There will be several entries in each department.
  20. T

    Exportng to Excel

    I am exporting some info to Excel. The database looks like this: Company_ID Department_ID Gross_Amount Check_Date 1a 01 1000 07/02/03 1a 02 900 07/11/03...
Back
Top Bottom