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 Chris Miller 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: *

  • Users: was1
  • Order by date
  1. was1

    Top 10 by Category

    It works! I'll have to keep that for future reference. I thought it was going to be much more complicated. Thanks for you help.
  2. was1

    Top 10 by Category

    I went into the SQL view of the query and entered the info but when I tried to run it, I received an message box "Select Data Source". I'm not sure what to enter.
  3. was1

    Top 10 by Category

    I dont know SQL so I would need step by step instructions... Table: Food Field1: Snacks Field2: Brand Field3: Volume thanks!
  4. was1

    Top 10 by Category

    Hello, Is there a way to create a query that lists the top 10 by each category without and sql or vb code? I'm not familiar with coding. Ex: Soda Coke 105 Pespi 100 Sunkist 80 Chips Ruffles 87 Lays 75 Doritos 60 etc...
  5. was1

    format week date

    That worked great but now I'm running into another problem. When I get to the end of the month, I would like the week end date to be the month end date. ex: 6/30/09 week end date should be 6/30/09 and not 7/05/09.
  6. was1

    format week date

    WooHoo!! It worked!!! Thank you!!! I was missing the 1.
  7. was1

    format week date

    I've been searching thru all the threads and I'm getting myself confused. I'm trying to create a "week-ending" date for any returned items. My week begins on a monday and ends on a sunday. For example, an item is returned on 6/24 (wed). My return date is 6/24 and I want to create a...
  8. was1

    Import Excel spreadsheet with Macro getting missing F1 field

    I did select all the blank columns to the right. The macro worked for the very first import. I will be importing the file weekly. When I tried to import again, it asked for F1 field. I added F1 then it would keep asking for the next..F2 etc. I'm at F17 and its saying to add F18. Any...
  9. was1

    Import Excel spreadsheet with Macro getting missing F1 field

    I'm trying to import an Excel spreadsheet into Access using the Macro function. I keep getting an error message that "F1" field is not in the destination table. I tried deleting the columns to the right of my last populated column but still get that message. Does any one know what I can do...
  10. was1

    creating buckets / tiers in query

    ohh, okay, i got it thanks everybody for your help!!!
  11. was1

    creating buckets / tiers in query

    Sorry, I'm a bit confused its probably my fault for not explaining correctly. I want to group my 100,000 records into 4 groups of 25,000. Would it be easier to add a counter and then i can choose based on the counter? I dont know how to create a counter. I tried using the method in FAQ but...
  12. was1

    creating buckets / tiers in query

    I'm trying to bill our client based on widgets. They are charged x amt based on the 1st 25,000 widgets, y amt based on 25,001- 50,000, z amt based on anything over 50,000 I have around 75,000 records and would like to group them into 25,000 increments. I'm a basic access user and have no...
  13. was1

    =now() date not recognized as date in query

    Thank you!! It works! Wow..what a simple little change and it makes all the difference in the world!
  14. was1

    =now() date not recognized as date in query

    I created a form for data input with a date field that would automatically populate the current date when the record was being created. I used the =now() in the default value. It works fine. Now, I need to create a query to find all the records for a particular day. When I type in the date...
  15. was1

    Append Query in Sort Order

    it is and isnt a one time thing. i have a list of records that i need to rank based on a priority calculation of various different fields. Currently when i run the query which includes my different sorting fields, it sorts in the correct order. I then need to add a ranking to each record based...
  16. was1

    Append Query in Sort Order

    thanks, if i create a make table query and insert a column for the order, how do i create the "order" field as a number field opposed to a text?
  17. was1

    Append Query in Sort Order

    I'm have an Append Query that I want to append to a table in a particular sort order. When I run it as a select query, its in the correct order. Can someone help me get it appended in the correct order? I have no VB knowledge. thanks,
  18. was1

    iif stmt and rounding

    Thank you! Thank you! Thank you! works perfect!!
  19. was1

    iif stmt and rounding

    I created an iif stmt : iif([GrossAmt]=[NoteAmt]"Match","Research") My problem is that there is some rounding going on that creates a "Research". What can I do to eliminate the rounding? The variance is so small that I want it to show a "Match". Example: Gross Amt: $100.00 Note Amt: $100.00...
  20. was1

    Output To Macro changing file names

    Thanks, Is there a way to have it automated in a macro or a button?

Part and Inventory Search

Back
Top