Search results

  1. S

    Cocktail Recipes

    I'm very very close with this now, but I can't get the update query to work. I'm aware that storing calculated values is not usually the done thing but i'm using that value in another calculation so I really do need to calculate it and then store it. Any help with updating a table with the...
  2. S

    Cocktail Recipes

    There have been stiff drinks involved for a little while already; project slowing down considerably... :)
  3. S

    Cocktail Recipes

    Eureka moment, we have consumption :)
  4. S

    Cocktail Recipes

    Ok, I'm getting there but am not quite... I now have a query working out consumption with related product id numbers so that's a huge step forward. What I need now is to consolidate all the consumption of each product. How would I go about adding up all the consumption of each instance of...
  5. S

    Cocktail Recipes

    he is working in Aussie dollars though, by the time we convert to sterling and add our galactic new VAT rate...
  6. S

    Cocktail Recipes

    It was maintaining the integrity between the product and quantity that I couldn't get. I think all I need to do now is extend your logic and calculate total consumption per product, once I have that it should be easy enough to add the consumption back into my own product table. I'm getting...
  7. S

    Cocktail Recipes

    This is brilliant, really gives me something to work with. I can't tell you how many blind alleys I have headed up trying to get this working
  8. S

    Cocktail Recipes

    Very much along those lines I think; thanks. I'm trying to extend it further than that though by feeding the consumption back into the product table.
  9. S

    Cocktail Recipes

    I don't know whether this is a query or table question, so am trying it here first. I have a stock movement/consumption database and want to add cocktail recipes to it and am struggling. I have attached a JPEG of the product table which is where everything lives. What I want to be able to do...
  10. S

    Update Query Problem

    Cured it. I had the query in the wrong place, I've just deleted it and added the correct field from the product table. Thanks for looking guys, you pointed me in the right direction as per usual. Steve
  11. S

    Update Query Problem

    Yes and yes. It works fine and I use it every day. I've always been aware that I'm winging it though, I started from a position of absolute zero and just solved problems as they happened. I'm careful to test it as I add new functions and this has only just happened. I'm never surprised when I...
  12. S

    Update Query Problem

    To elaborate a little, there are no relationships between any of the tables. Queries have various relationships as needed
  13. S

    Update Query Problem

    No relationship between tables at all
  14. S

    Update Query Problem

    Cartesian Product?
  15. S

    Update Query Problem

    This is the query
  16. S

    Update Query Problem

    This shows the problem I think, 149 records in the product table and the query updating 22001 records
  17. S

    Update Query Problem

    I can copy it and run tests on the problem yes. I will see if I can get a copy to post
  18. S

    Update Query Problem

    Re: Append Query Problem Sorry, update query not append. I'm working in Access 2007
  19. S

    Update Query Problem

    Hi All, I wonder if anyone can help me with an odd problem? I have a stock consumption database that I add functions to quite often. I've just added another function and am now seeing some odd behaviour when I run one of the append queries. The query is supposed to move the closing stock...
  20. S

    Forcing Datasheet View

    I just used this again, 2 years on from the original post. Great forum...
Back
Top Bottom