This is for simplicity sake.
I have two queries. Both single record queries with one field in each. Query 1 Field is a File ID stored as text in one format (CCYYMMDD- <AnyText>) and Query 2 field is also a File ID stored as text but in an entirely different format. I want to combine these together.
Example
Query 1
Project File ID
20120720-111111HK
Query 2
Test Results File ID
MNJK-111111
The results need to look like this...
File ID
20120720-111111HK
MNJK-111111
I do not know SQL or VBA so any assistance you can garner would be fantastic.
Thanks!
I have two queries. Both single record queries with one field in each. Query 1 Field is a File ID stored as text in one format (CCYYMMDD- <AnyText>) and Query 2 field is also a File ID stored as text but in an entirely different format. I want to combine these together.
Example
Query 1
Project File ID
20120720-111111HK
Query 2
Test Results File ID
MNJK-111111
The results need to look like this...
File ID
20120720-111111HK
MNJK-111111
I do not know SQL or VBA so any assistance you can garner would be fantastic.
Thanks!