Comments Brien Devine started the conversationFebruary 22, 2020 at 12:17amHello,I have a "Parts_Table" which have all my parts in it.Columns = Name - Description - Part Number I would like the users to add their inventory to their table from a pull down. When they go to the pull down menu they can select a partInventory Tablei.e. SparkPlug - A Sparkplug - PN#1234 - QuantityWhen they select the part it will add a line item in the inventory table and allow them to add a quantity on hand.I hope this makes sense?Thanks 2,572Aleksandar repliedFebruary 24, 2020 at 11:55amHello BrienThank you for your purchase.What you're looking for to achieve can be done with Foreign Keys.The table you create for your users would be linked to the Parts_Table using those foreign keys, so they would be able to choose from predefined values pulled from the other column. Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hello,
I have a "Parts_Table" which have all my parts in it.
Columns = Name - Description - Part Number
I would like the users to add their inventory to their table from a pull down. When they go to the pull down menu they can select a part
Inventory Table
i.e. SparkPlug - A Sparkplug - PN#1234 - Quantity
When they select the part it will add a line item in the inventory table and allow them to add a quantity on hand.
I hope this makes sense?
Thanks
Hello Brien
Thank you for your purchase.
What you're looking for to achieve can be done with Foreign Keys.
The table you create for your users would be linked to the Parts_Table using those foreign keys, so they would be able to choose from predefined values pulled from the other column.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables