A family of Microsoft relational database management systems designed for ease of use.
Jeanette - I'm just seeing this. Thank you.
I tried your suggestion. The data is from a "Make Table". Running another simple Query from the Make Table for the 5 column DOES bring in all the Correct data.
I see my snippet above had an area when I entered it in this Topic, but NOT in the Access module of...
Q = "SELECT BEnd, Dirt, PaintSeed, Yarn, ASplat FROM BPRepDR;"
Set RS = Z.OpenRecordset(Q, dbOpenSnapshot)
R = "TheTopper4": objXLSheet.Range(R).Clear
objXLSheet.Range(R).CopyFromRecordset RS, 53, 5
With RS
.Close: Set RS = Nothing
End With
For some reason, those first 2 lines of
Q = "SELECT BEnd, Dirt, PaintSeed, Yarn, ASplat FROM BPRepDR;"
Set RS = Z.OpenRecordset(Q, dbOpenSnapshot)
..are bringing in a 5th column of data that is useless.
I'll be offline a few days if you see this, but should see it again by Friday 5 Nov 2010 at the latest.
TIA - Bob