Help

Having problems with link/lookup

Topic Labels: Base design
459 2
cancel
Showing results for 
Search instead for 
Did you mean: 
bitstreams_red
6 - Interface Innovator
6 - Interface Innovator

I'm having difficulties understanding how to link these two tables and would appreciate a little help.

Table 1 called "Products" looks a bit like this:

MakeLineModelType
DellLatitude123Laptop
DellOptiplex3231Desktop
HPProbookA34Laptop

All the fields are Single Text except Type which is Single Select

Then I have another table called 'Processes' with only two fields

TypeProcess
LaptopBox Assembly
LaptopScreen Manufacture
LaptopPSU Testing
DesktopBox Assembly
DesktopCase Paint
DesktopPSU Testing

On the Product Table, I'd like it to "lookup" the selected product type and complete a field containing all of the processes.

TypeProcess
LaptopBox Assembly, Screen Manufacture, PSU Testing
DesktopBox Assembly, Case Paint, PSU Testing

I'm having trouble understanding how to set this up. Any ideas?

2 Replies 2

Have you already linked the two tables together?  If not, right click on the "Type" field header in "Products" and convert it to a linked field to the "Processes" table

After that, right click again on the field header and select "Add lookup fields" and add the "Process" field.  Should do what you need

Hello,

I think that you need to create a "Type" table achieve what you want:

 

Pascal_Gallais_0-1722262866874.png

Then, in your "Processes" table you link the field Type to table Type:

Pascal_Gallais_3-1722262993796.png

 

Pascal_Gallais_2-1722262962417.png

Then, you add a lookfield in table Type to list all possible processes:

Pascal_Gallais_4-1722263051543.png

Pascal_Gallais_5-1722263073442.png

Then, in table "Products", you link field "Type" to table Type and you add a lookup field to get possible processes from table type:

Pascal_Gallais_6-1722263201912.png

Pascal_Gallais_7-1722263222743.png

Regards,

Pascal