E
Eka1618
Hello,
I am trying to execute a Union query based on two queries. It is giving me
an error that says: Expression in Argument 2 has Invalid Value.
Here is my Union Query (qryTorqueResultUnionRPT):
SELECT Q_INC, Q_ID, SAMPLE_NO, TENSION, NOTES, OBSERVATIONS, L_PART_NO,
K_PART_NO, PAT_NO, PAT_SIZE, PICTURE
FROM qryCustomTorqueRPT
UNION
SELECT Q_INC, Q_ID, SAMPLE_NO, TENSION, NOTES, OBSERVATIONS, L_PART_NO,
K_PART_NO, PAT_NO, PAT_SIZE, PICTURE
FROM qryCustomMultiTorqueRPT
ORDER BY qryCustomTorqueRpt.Q_INC;
The other two queries work perfectly and give me the correct results. I do
not understand what argument 2 is; Q_ID in the first SELECT statement or is
it the 2nd SELECT statement alltogether?
If anyone knows what to do here please let me know, Thank you!
~Erica~
I am trying to execute a Union query based on two queries. It is giving me
an error that says: Expression in Argument 2 has Invalid Value.
Here is my Union Query (qryTorqueResultUnionRPT):
SELECT Q_INC, Q_ID, SAMPLE_NO, TENSION, NOTES, OBSERVATIONS, L_PART_NO,
K_PART_NO, PAT_NO, PAT_SIZE, PICTURE
FROM qryCustomTorqueRPT
UNION
SELECT Q_INC, Q_ID, SAMPLE_NO, TENSION, NOTES, OBSERVATIONS, L_PART_NO,
K_PART_NO, PAT_NO, PAT_SIZE, PICTURE
FROM qryCustomMultiTorqueRPT
ORDER BY qryCustomTorqueRpt.Q_INC;
The other two queries work perfectly and give me the correct results. I do
not understand what argument 2 is; Q_ID in the first SELECT statement or is
it the 2nd SELECT statement alltogether?
If anyone knows what to do here please let me know, Thank you!
~Erica~