Hi guys,
I have this requirement.
I have 2 tables (for example), Orders and Customer......and I need to allow my users to add an Order, on Orders table, with these fields:
- name
- description
- customer (item picker retrieving data from customer table)
Is there any clear example to do this?
thanks!