Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TSO456

    Supress Duplicates

    The hide duplicates worked ok, however, when the report has more than two pages of output the duplicates are showing up again.
  2. TSO456

    Supress Duplicates

    Hello, I have an Access report like this: Date amount 10/11/2004 $200.00 9/27/2004 $100.00 9/27/2004 $100.00 How can I supress the Date and amount that show up more than once. Thank you Jill
  3. TSO456

    FieldSize

    Hello, I am trying to import this number -1,855,151.82 from a .txt file into an access table/column. But for some reason the number can not be displayed correctly. all I can see is 855,151.82, any recomendation on what I need to do to import this number to show correctly Thank you Jill
  4. TSO456

    Count unique users by month

    Yes, I can change the table to look like the above. After I make that change what is the SQL that I need to use to achieve my results? Thanks Jill
  5. TSO456

    Count unique users by month

    The table looks like this: Users ID Jan 04 Feb 04 March 04 April 04 etc.. A022212 20 10 0 25 A322222 10 15 10 50 A000012 3 1 5 6 etc.. Thanks Jill
  6. TSO456

    Count unique users by month

    Hello, I have an access table that shows the users and the number of times they have visited my site by month. So picture a grid where all users are on the left and the months on the top and the number of hits/visits to my site in the middle. I would like to create a query that shows me the...
  7. TSO456

    Excel VBA code tweaking

    I use the code below to send emails from excel. I am trying to enter code on the LastRow line so excel will go to the last cell in the sheet instead of me having to specify the lastrow in the spread sheet that contains data. Thank you Jill Set Sht = Worksheets("TEST") FirstRow = 2 LastRow...
  8. TSO456

    Divide Query

    Hi, I have two columns in a Access table: Amount1 Amount2 100 200 300 400 500 I would like to divide amount1 (100) by amount2(200), (300), (400) etc. How can I do that? simply, I would like to divide values in amount1 by every value in amount2 Thank you Jill
  9. TSO456

    Compare Column values

    Hi Dbomrrsm Yes, I want the value in Col1 i.e. 1 to be compared with every value in col2 i.e. 2 and 4. Then after this comparison is done I want the next value in Col1 i.e. 3 to compare with col2 i.e. 2 and 4 Thank you Jill
  10. TSO456

    Compare Column values

    Does this compare each and every row in column 1 to all the rows of column 2 ?
  11. TSO456

    Compare Column values

    Hello, I have a table in SQL server that has two columns with different dollar values. I would like to create a query that looks at each value in column 1 and compares that value to each value in column two. I would like to extract the values in column 1 that are less than 5% the values in...
  12. TSO456

    Compare one record to many others

    Hi PH I need a VBA code that does that. A SQL query will not work. Thank you Jill
  13. TSO456

    Compare one record to many others

    Hi I have an access table with 2 columns. I would like to compare each record in column one to all the records in column two. If any record in column one is less than column two then produce a report with the records that meet the criteria. Thank you Jill
  14. TSO456

    IF then statement

    How can I do it in a query? How can a query compare each value to multiple values? thanks Jill
  15. TSO456

    IF then statement

    Hello, I have an Access Table: Values (1) Values (2) $200 $200 $250 $250 $300 $300 I need to write VBA code that checks if EVERY amount in the values(1) column is less or equal to the amounts in the values (2) by 5%. Each amount in Values (1) need to be checked against...
  16. TSO456

    SQL query to display amounts with a certain % difference

    (1) I want to compare record (1) to all of the records and then move to the record (2) and compare that to all of the records including record (1) and so on. (2) I want records that vary by 5% or less. Thank you Jill
  17. TSO456

    SQL query to display amounts with a certain % difference

    I have a column in Access 2002 that contains different amounts of ($) Assets. I need query that can loop through the values in the column and show me the assets amount that have a diffrence of 5%. In the example below the values 100 and 105 should be the result. $Assets $300.00 $250.00...
  18. TSO456

    Display numbers based on % difference

    Yes I am comparing each number to the rest of the numbers in the column. Thanks Jill
  19. TSO456

    Display numbers based on % difference

    I have a column in Access 2002 that contains different amounts of ($) Assets. I need query that can loop through the values in the column and show me the assets amount that have a diffrence of 5%. In the example below the values 100 and 105 should be the result. $Assets $300.00 $250.00...
  20. TSO456

    Email form Access: Different Attachment to different emails

    Hi Trisha, Thanks for helping out. Yes the file may go to one or more people. I use Outlook. Thanks Jill

Part and Inventory Search

Back
Top