adrianvasile
Technical User
I had this problem for months now and I cannot figure it out. Basically I have a huge table that has many fields and each field has 2 - 3 values that I am interested; each account will have its account number displayed and the Salesman that will visit the account on a different day:
ACCT# SM1 SEQ1 SM2 SEQ2 SM3 SEQ3 SM4 SEQ4 SM5 SEQ4
12345 85 110 85 140
Basically this tells me that this account will be visited on day 2 (SM2) and day 4 (SM4) of the week.
I will like to be able to run a querry that will list each account every time it has a value; in this case it will look like:
12345 85 110
12345 85 140
Any ideea will be appreciated.
Thank you.
ACCT# SM1 SEQ1 SM2 SEQ2 SM3 SEQ3 SM4 SEQ4 SM5 SEQ4
12345 85 110 85 140
Basically this tells me that this account will be visited on day 2 (SM2) and day 4 (SM4) of the week.
I will like to be able to run a querry that will list each account every time it has a value; in this case it will look like:
12345 85 110
12345 85 140
Any ideea will be appreciated.
Thank you.