Multiple Value Lookup Fields Display (1 Viewer)

nesco88

New member
Local time
Yesterday, 23:53
Joined
Sep 28, 2016
Messages
8
Hello,

I'm working with three sets of data.

“ID 1” is the base data that is being looked up.
“ID 2” is the secondary data that references “ID 1”, with multiple value lookup enabled.
“Form Display” is exactly that – how the data shows up on a form.

We need the numbers on “Form Display” to be a display column, not the bound column. I have attached screenshots in a zip file.


Also, this can be presumably avoided by creating a middle-man table that links with two one-many joins instead of one many-many join. We’d like to avoid that method at this stage. Thank you!



Does anyone have a way around this? Thank you.
 

Attachments

  • Form Images.zip
    13.6 KB · Views: 59

static

Registered User.
Local time
Today, 04:53
Joined
Nov 2, 2015
Messages
823
I looked at the images but couldn't understand. Please explain further. Ta.
 

nesco88

New member
Local time
Yesterday, 23:53
Joined
Sep 28, 2016
Messages
8
Hi static,

There are two tables: ID 1 and ID 2.



ID 2 references ID 1. Form pertains to ID 2.


k-part in Form Display needs to look like k-ID in ID 2.
 

Users who are viewing this thread

Top Bottom