I have a file of data that I am using in a DM campaign.
I need to add a R or a B to each record to indicate which pack the person recieves - I simply want 50% to be R and 50% to be B.
I thought I could just create a table with an R and a B in it, put my data and that table in a query run it and it would just go r, b, r, b down the datafile, instead it doubles the size of teh file because i is adding an r and a b to each record, rather than an r or a b - is there a way to do this
Any help appreciated
S
I need to add a R or a B to each record to indicate which pack the person recieves - I simply want 50% to be R and 50% to be B.
I thought I could just create a table with an R and a B in it, put my data and that table in a query run it and it would just go r, b, r, b down the datafile, instead it doubles the size of teh file because i is adding an r and a b to each record, rather than an r or a b - is there a way to do this
Any help appreciated
S