Search results

  1. F

    Using an APPEND query to move records from one table to another...

    The Order ID is already assigned in the Order table. I just want to "paste" some records from the basket table along with the ID from the Order table.
  2. F

    Using an APPEND query to move records from one table to another...

    I have an order system whereby there is a "basket" table and an order detail table. I want to use an append query to move all the records from the basket table to the order detail table. However, I also need to mark each record that gets appended to the order detail table with an "Order Id"...
Back
Top Bottom