I'm trying to make a matching demand and request system using tiny db, but its not working.
You can't do this without lists and tables.
Show a table of sample data using realistic items and names.
Use a list to store the items you have and another list to store the items you need, then use one TinyDB to store theae lists
Taifun
How many people need, and how many people have?
Do some more reading.
Let me suggest you to use different buttons and only one textbox
Button1 to add an item to the need list
Button2 to add an item to the have list
And depending on your requirements a button3 to search, if an item is in the need list
To find out, if an item is in a list, use the is in list block... see agsin the tutorial
Taifun
does this work too?
What about trying it to find it out yourself?
Hint
There are too much errors in those blocks
Taifun
1 Like