R
Raymond
Hi
I have a long list of data.
Every fourth row contains the sort of data (ID, name, points...)
Unfortunately the data is all in one long column.
Can someone tell me how to select out every fourth row?
Maybe something that can give me the row number modulo 4?
My overall goal is to move this data into an Access table, but
I'm having trouble because of the format.
Thanks.
Ray.
I have a long list of data.
Every fourth row contains the sort of data (ID, name, points...)
Unfortunately the data is all in one long column.
Can someone tell me how to select out every fourth row?
Maybe something that can give me the row number modulo 4?
My overall goal is to move this data into an Access table, but
I'm having trouble because of the format.
Thanks.
Ray.