J
janvds
I have a table with a few fields (ID, name, description, ...., stock)
I need a query with the amount of lines from the stock field.
So if stock = 5 for the first item, I would like to have 5 rows of tha
item. If stock = 2 for the second record, I need 2 rows for that one
If stock <1, that record should not show in the list
Anyone knows how to solve this
I need a query with the amount of lines from the stock field.
So if stock = 5 for the first item, I would like to have 5 rows of tha
item. If stock = 2 for the second record, I need 2 rows for that one
If stock <1, that record should not show in the list
Anyone knows how to solve this