Hi all! Hope to seek your advice on the following situation.
I am creating a table and (more importantly a) form for a mini stall which sells sweets and toys for the purpose of tracking a few common variables such as the date the items were bought. However, there are:
a: some items with common variables but options specific to item type such as Sweets with only Sweet Suppliers.
b. some items with specific variables such as sweets which have sweetness level and toys which doesn't.
Item Type Bought Date Supplier Sweetness Sweet A 10 May 2018 SweetSupplier 1 50% Sweet B 15 May 2018 SweetSupplier 2 90% Toy 1 2 June 2017 ToySupplier 1 Toy 2 2 June 2017 ToySupplier 2
Question 1: I plan on creating a form so my staff can easily scroll through each item. Is it recommended I place all of them in the same database to begin with?
Question 2: In my form there will be a combobox for my staff to easily select the supplier for the item type. Is there a way to only show Sweet Suppliers and not a whole list of suppliers when the Item Type is a Sweet?
Question 3: How do I display the Sweetness field in my form only when the Item Type is a Sweet?
Thank you.