jen_access_queenornot
New member
- Local time
- Today, 19:23
- Joined
- Mar 20, 2023
- Messages
- 3
Hi everyone,
I am working on a database with my team and we have three tables with three types of data. They're all pretty much made in the same way with different "themes" and we fill them out thanks to three different forms.
I want to extract the 3 first columns of these three different tables which are "DATE", "NAME", "ACTION(S)" and combine them in a single table (or query).
For context, a person NAME on a given DATE can do up to 3 ACTIONS (multi-valued field) and each table has different actions. I would like to have a table that summarise all the actions someone has done on a given day for example.
Does that still make sense up to here?
If so, here is my problem: I created three queries to extract these 3 columns but when I try to UNION them I get the following message "the multi-valued field cannot be used in a UNION query".
Is there a way to UNION these fields? All the threads I'm finding here seem to mention Attachments or things like that but I can't find an easy fix for this problem.
Thanks in advance!
I am working on a database with my team and we have three tables with three types of data. They're all pretty much made in the same way with different "themes" and we fill them out thanks to three different forms.
I want to extract the 3 first columns of these three different tables which are "DATE", "NAME", "ACTION(S)" and combine them in a single table (or query).
For context, a person NAME on a given DATE can do up to 3 ACTIONS (multi-valued field) and each table has different actions. I would like to have a table that summarise all the actions someone has done on a given day for example.
Does that still make sense up to here?
If so, here is my problem: I created three queries to extract these 3 columns but when I try to UNION them I get the following message "the multi-valued field cannot be used in a UNION query".
Is there a way to UNION these fields? All the threads I'm finding here seem to mention Attachments or things like that but I can't find an easy fix for this problem.
Thanks in advance!