Using a products table that will show product ID, description and I need to create field that will show a message "time to reorder" if the qty in stock is less than one, or "in stock" is not. And also build a reminder field that handles both conditions (time to reorder, or in stock).
I'm lost how to do this and not finding much online to figure it out. Ive tried playing with Iif functions but I'm not getting it, any help I will be really grateful.