alvingenius
IT Specialist
- Local time
 - Today, 17:46
 
- Joined
 - Jul 10, 2016
 
- Messages
 - 169
 
Hello
I've a table with a multivalue field and i wanna extract it into one value fields because there's other fields related to specific value on this multivalue field
to show you what i mean i've this primary table with data and multivalue field
		
		
	
	
		
	
So, for example: Pop have English , French and Spanish exams at 2021, and i wanna put a result of every exam pop have and a note regarding this exam !!
like this
		
	
doin this in query, in the Pass colume if i checked the first row, it will check the both 3 records of Pop and that's not right! and i know it wont work like that.
So, i think it needs to create another table linked somehow to the primary table, but how to make it work ?
PS: i need this new table to be updateable, so if pop want to added another exam in primary table like: Chinese besides (En/Fr/Sp) in 2021, i can see this record in the new table
Thanks for your help
 I've a table with a multivalue field and i wanna extract it into one value fields because there's other fields related to specific value on this multivalue field
to show you what i mean i've this primary table with data and multivalue field
So, for example: Pop have English , French and Spanish exams at 2021, and i wanna put a result of every exam pop have and a note regarding this exam !!
like this
doin this in query, in the Pass colume if i checked the first row, it will check the both 3 records of Pop and that's not right! and i know it wont work like that.
So, i think it needs to create another table linked somehow to the primary table, but how to make it work ?
PS: i need this new table to be updateable, so if pop want to added another exam in primary table like: Chinese besides (En/Fr/Sp) in 2021, i can see this record in the new table
i've attached the example database if u wanna check it
Thanks for your help