Thank you for replying. Unfortunately I have not managed to make either suggestion work.
- I don't understand the first option.
a) Do I need to put the line of code you suggest in the SQL of the query as mentioned in my original point 3?
b) Do I need to create a new table (what you describe as tableNameHere) What do I put in this table?
c) Do I need to create a new field (what you describe as NewFieldNameHere)? If so where do I create this field?
2 Second option - I like the look of the simplicity of this option but I can't get it to work
a) I got the error "The number of columns in the two selected tables or queries do not match". I have counted the number of columns in the datasheet of the two selected queries (Query 1 and Query 2) and they are both 10
b) Out of interest I tried running just the first line of the code you suggested e.g.
Select * From Query1NameHere
This returned results but it ignored the selection criteria in Query1 and just returned everything unfiltered. It also showed 12 columns. One of the extra ones was a hidden column in the original linked spreadsheet (see my original point 1)) and another
had a field name F12
I did the same for Query2 and although the original worksheet from which the data is drawn is identical in structure to the one from which the data from which Query1 is drawn(including having a hidden column) this returned 10 columns i.e. without the hidden
column and without the F12)
Thanks again for taking the trouble and time to look at this.