G
Guest
I have a large group of item numbers which I need to group in a unique way.
Basically I need to take all my items which start with "G" and "H" and assign
them to one group and then things starting with "D" and "X" and assign them
to another group.
After hours of reading help screens I am trying to do the following. I
figured I could do a query that assigned a "1" to my G's and H's and then
assign a "2" to my "D"'s and "X"'s. I could then sort by these numbers for
my report.
I am not experienced with functions and must be doing something very stupid.
I am in the query design view. It have put the table in and have pulled
down the 'Item field". In the criteria section, I am trying the following.
Swith(([G*],1)([H*],1)([D*],2)([X*],2))
Any help would be SO appreciated.
Thank you, Teresa
Basically I need to take all my items which start with "G" and "H" and assign
them to one group and then things starting with "D" and "X" and assign them
to another group.
After hours of reading help screens I am trying to do the following. I
figured I could do a query that assigned a "1" to my G's and H's and then
assign a "2" to my "D"'s and "X"'s. I could then sort by these numbers for
my report.
I am not experienced with functions and must be doing something very stupid.
I am in the query design view. It have put the table in and have pulled
down the 'Item field". In the criteria section, I am trying the following.
Swith(([G*],1)([H*],1)([D*],2)([X*],2))
Any help would be SO appreciated.
Thank you, Teresa