Search results

  1. S

    Solved TOP

    Thank you for helping me understand. (y)
  2. S

    Solved TOP

    @ebs17 If you get a few spare moments, would you be so kind as to try and explain for me what is going on in the second SQL statement, I don't understand why we look at the index for the top values and not the dates themselves and also what is the purpose of the comparison between the two alias's?
  3. S

    Solved TOP

    @ebs17 Thank you again Eberhard Second part of your SQL suggestion is now working perfectly, as I have managed to configure my data as instructed, and has solved this problem, Thank you. It is all slowly coming together for me.
  4. S

    Solved Add Index Field?

    I have reduced the rows to half a million and auto number has worked. Thanks June7 I will just push until I find the max. Thank you all!
  5. S

    Solved Add Index Field?

    I have added a new field as instructed and set data type as auto number. Get this
  6. S

    Solved Add Index Field?

    I currently have the following Table PrtID odate OrderID Several different parts can be on an order. For other calculations I need a unique ID for each row. The first column needs to be supplemented to the above table to produce the below table. I would like it to auto number the entire...
  7. S

    Solved Add Index Field?

    Good Afternoon Good People, I have converted a query to a table. I need to add a unique ID to each row Is there a simple way to add an auto number index field, I thought that it may ask me on creation but it did not.
  8. S

    Solved TOP

    Thank you Eberhard, I have managed to get the first bit of code to work! Thanks
  9. S

    New DB advice

    So much information presented there, thank you all, I am starting to understand Normalization and Keys
  10. S

    Selection Box

    That would do nicely! It did not work correctly as my access would not run it due to dangerous executable code. but I managed one attempt at a filter and it worked.
  11. S

    New DB advice

    After recent frustration and deleting several queries in a temper tantrum i need to apply some kind of logic to my inadequate problem solving efforts. these are my thoughts on suitable fields Date problem area - Form, report, query etc. DB Name - query name where problem exists problem - I was...
  12. S

    Selection Box

    Hi Gemma the husky can you please direct me to an article that explains what you mean?
  13. S

    Solved TOP

    I thought of making a small DB to log my efforts and changes I will have to do that, days of attempted solution thrown away in frustration.
  14. S

    Selection Box

    Hi Mike, I have not made a form before, I dont know what the correct type of box will be, trying to find out the right way before I start. I have read a few articles on forms and watched some videos on Youtube but non seem to show this.
  15. S

    Solved TOP

    i tried in the main query, in a sub query, a dcount and a dcount in a subquery. it was giving me a headache so had to leave it for a few days
  16. S

    Solved TOP

    i gave up and deleted everything as I was having to many attempts an had half a dozen different queries messed up
  17. S

    Solved TOP

    I am trying to find the six most recent sales dates of a product. I have tried TOP 6 I am getting lots of blue spinning wheels of death. I think it maybe because some items have perhaps three or four sales and some perhaps none. is there a way of going null to six?
  18. S

    Euromillions lottery and luck

    Frequently I attend different functions where a bottle of whisky is auctioned off after dinner. People tend to spend about a fiver. Sometimes there maybe another donated prize or two. Two whisky or a whisky and a couple of bottles of wine as separate prizes, in these situations I buy more...
  19. S

    Selection Box

    Thanks Arnelgp In theory, can two or three "Conditions" be conjoined or will that have to go through Sub Forms?
  20. S

    Selection Box

    If I have a selection box with ten identifiers France, England, USA, Ireland etc Can I configure it somehow to filter on that selection?
Back
Top Bottom