I am writing an append query to copy selected data to another table - however I also need to remove some of the data that get's moved.
For example one field that gets moved is PO number - however in the destination table, I need to remove the first 5 digits.
Another example - several date fields are copied with the query - they are in MM/DD/YYYY format - but in the destination table, they need to be MM/DD/YY - any easy way to make these changes?
For example one field that gets moved is PO number - however in the destination table, I need to remove the first 5 digits.
Another example - several date fields are copied with the query - they are in MM/DD/YYYY format - but in the destination table, they need to be MM/DD/YY - any easy way to make these changes?