Hi,
I am unsure if this is even possible to do from within an Access SQL Query but here goes...
I already have a query which grabs specific records from the main table. Once the query has been performed I have a few VBA modules which export that data to dBase format for use with another piece of software.
I now need to grab some additional records from the main table using the same query but with different criteria. I have done this before using UNION SELECT and it works fine. My hurdle comes with the data manipulation I need to perform.
To sum it up simply, I need to take all records where
.[FIELD] = "Criteria" but double the results. ie, if the main table contains 10 records which match the criteria then I need the query results to show 20 (10 duplicate records). On top of that, I need to change one fields contents in each of the duplicate records so that they are slightly different to the record they were copied from.
Hopefully that makes sense. I understand I could do this sort of manipulation in my module code but (without going into it) it would make life easier if I could kick this out in the query.
Thanks
I am unsure if this is even possible to do from within an Access SQL Query but here goes...
I already have a query which grabs specific records from the main table. Once the query has been performed I have a few VBA modules which export that data to dBase format for use with another piece of software.
I now need to grab some additional records from the main table using the same query but with different criteria. I have done this before using UNION SELECT and it works fine. My hurdle comes with the data manipulation I need to perform.
To sum it up simply, I need to take all records where
Hopefully that makes sense. I understand I could do this sort of manipulation in my module code but (without going into it) it would make life easier if I could kick this out in the query.
Thanks
