Forum Moderators: coopster
I have 25 shops and each shop is having between 80 to 125 items (items are identical but some shops may not sell all items).
I have a Shop database : shop1, shop2, etc...
I have a Item database : item1, item2, etc...
Now, I need how many times each item was sold per shop.
Any idea on how I should proceed. I though the fastest would be to use .dat file (open, update) and not using databases.
Thanks
Tommy