I first need to apologize for my subject. I didn't know exactly how to describe my problem in the Subject.
I have the following fields:
ID TEST TERM
1 1-1 1028
1 1-2 1034
2 1-1 1028
2 2-1 1034
3 1-1 1048
3 2-1 1058
I need to write a select statement that selects all IDs in term 1034 (the term will change so I have a prompt) and then also the other terms for the same ID so my results would only retrieve the data for ID 1 and 2.
Note: I'm using a reporting tool that doesn't allow me to have a from statement in expressions or write views so I hope what I need is still possible.
Help is very appreciated.
I have the following fields:
ID TEST TERM
1 1-1 1028
1 1-2 1034
2 1-1 1028
2 2-1 1034
3 1-1 1048
3 2-1 1058
I need to write a select statement that selects all IDs in term 1034 (the term will change so I have a prompt) and then also the other terms for the same ID so my results would only retrieve the data for ID 1 and 2.
Note: I'm using a reporting tool that doesn't allow me to have a from statement in expressions or write views so I hope what I need is still possible.
Help is very appreciated.