Recent content by okasanmarisa

  1. O

    Problem to insert all data from report by id with where to other table and VBA query

    Thanks I will continue creating my project is about a recipe book ;) Without your help I could not get to the next step of my project !! thank you
  2. O

    Problem to insert all data from report by id with where to other table and VBA query

    Problem solved thank you very much for your help with this I have learned a lot about access and it worked for me !!
  3. O

    Problem to insert all data from report by id with where to other table and VBA query

    Ok, thank you very much. I share the database, in the report its named it "SHOPING PLANNING, so you can help me edit that part of adding to cart"
  4. O

    Problem to insert all data from report by id with where to other table and VBA query

    It doesn't work either, the only thing is that it keeps inserting the records of the first recipe_id in the report list but the others don't take them I don't understand why. I tried to use that sql sequence but the result is the same.
  5. O

    Problem to insert all data from report by id with where to other table and VBA query

    It works once I put the recipe_id that I had assigned in the planning, when it asks me for the parameter, now how do I get it to insert them all without a parameter?
  6. O

    Problem to insert all data from report by id with where to other table and VBA query

    Thanks but it shows me to add a parameter now i don't want to insert the id_receta parameter i need to insert all data of id_receta to table carrito.
  7. O

    Problem to insert all data from report by id with where to other table and VBA query

    Hello, I need to know how I can insert all the data of a report that I have created in Access and VBA. What I want to do is the following I have 3 tables: Carrito (In it everything will be added as if it were a shopping list) Ingredientes (It has associated all the ingredients and the id of the...
Back
Top Bottom