Forum Discussion

CarlosRobinson's avatar
CarlosRobinson
Qrew Member
6 years ago

Add same field in 2 or more tables

Hello.

I have 3 tables created, every table has different fields. At the moment I want to add the Field Costumer or Inventory that is located in Table(A) with the information is saved in that field by the way the field is multiple choice and put it in the Table(B) so every time I opened either is table A or B the information on the Field appears in the form.
Thanks a lot for the help

1 Reply

  • Hi Carlos. If I understand correctly, you have a customer and inventory field in both of your tables and both of the fields are a text multiple choice field type. Since you want to have those fields in multiple tables your best bet is going to be to create customer and inventory tables and then create relationships between those tables to the tables where you want them.

    Tables:
    - table A
    - table B
    - Inventory
    - Customers

    Relationships:
    - Inventory has many Table As
    - inventory has many Table Bs
    - customer has many Table As
    - customer has many Table Bs