Hi,all
I hope to create a dictionary table that can create and edit differant type data for using select options in another table fields.
e.g
1、gender:male/female
2、country:canada/usa/uk
3、currency:usd/eur/rmb
there is a table named supplier that have some fields like gender,country,currency and so on
these fields type is single select,there option can select from the dictionary data.
i need your suggestions to solve my question simply and conveniently.