So I have one form with supplier information, like name, location, contact, email...etc.
Then I have another form with product information, like a product type (baby clothes, or adult tshirts..etc), a photo, price, and dimensions
I related the forms together using a look on the product form, which looks up the suppliers name.
So the plan is to goto trade shows, collect supplier information. Then take photos and capture details of all the products they are displaying.
So what I need to do after, is somewhere be able to display all this information.
1. Display the products: so I'm thinkning there is a field where I can select the manfacturer name, and it displays all the products they offer, with images and prices..etc
2. Display the products by type: so I select the product type, and all the "baby products" would then be displayed with prices and manufacturer name
3. Display the products that were flagged: in my products form I have a decision button that I intend to select or "flag" this product for review later. So I need a way, to display all the "flagged" products as well.
I read that zoho can do alot of things with out programming, clearly I'll still need to write some script. But I have no idea where to start. I tried reading about deluge, fetching records.. and I'm lost