¡Greetings team!
I would like to know how I can record orders in a data table (PedidoTable) using the information from another table that I have as knowledge base. (StockTable)
Once an order is recorded, it should be sorted by: Product, Price, and Quantity.
b
billowy-morning-42410
03/18/2024, 2:48 PM
Hola Drex! I imagine that you want to consult the prices in another table to add it to the orders table, for example?
billowy-morning-42410
03/18/2024, 2:50 PM
Can you explain to me an example of the flow of what you want to consult?