Hello,
I am learning Access and need help with a query for a list box using table below. I am trying to create a query that generate only RequestDate and TransactionType that do not repeat. The targeted result would look like:
2/5/2012 new
3/3/2012 modification
4/1/2012 renewal
Is that possible?
Thank you in advance
Van
RequestID LoanInfoID RequestDate TransactionType DocumentDate LoanDocListID Description
12 1 2/5/2012 new 2/6/2012 1 ...
13 1 2/5/2012 new 2/6/2012 2
14 1 2/5/2012 new 2/6/2012 6
15 1 3/3/2012 modification 2/12/2012 8
17 1 3/3/2012 modification 2/12/2012 7
18 1 3/3/2012 modification 2/12/2012 11
22 1 4/1/2012 renewal 3/3/2012 4
23 1 4/1/2012 renewal 3/3/2012 6
25 1 4/1/2012 renewal 3/3/2012 4
I am learning Access and need help with a query for a list box using table below. I am trying to create a query that generate only RequestDate and TransactionType that do not repeat. The targeted result would look like:
2/5/2012 new
3/3/2012 modification
4/1/2012 renewal
Is that possible?
Thank you in advance
Van
RequestID LoanInfoID RequestDate TransactionType DocumentDate LoanDocListID Description
12 1 2/5/2012 new 2/6/2012 1 ...
13 1 2/5/2012 new 2/6/2012 2
14 1 2/5/2012 new 2/6/2012 6
15 1 3/3/2012 modification 2/12/2012 8
17 1 3/3/2012 modification 2/12/2012 7
18 1 3/3/2012 modification 2/12/2012 11
22 1 4/1/2012 renewal 3/3/2012 4
23 1 4/1/2012 renewal 3/3/2012 6
25 1 4/1/2012 renewal 3/3/2012 4