G
Guest
I have a Table with 3 fields ( Contract Number, Ind. and SystemDate ).
ex.
Contract Ind SystemDate
111 A 200401010830
111 B 200401010835
111 A 200401010840
What query will return the following result (list all the SystemDates where
Ind=A in one column and all the SystemDates where Ind=B in the second
column-all in ascending order):
Contract Ind=A Ind=B
111 200401010830 200401010835
111 200401010840 -
Thank you
ex.
Contract Ind SystemDate
111 A 200401010830
111 B 200401010835
111 A 200401010840
What query will return the following result (list all the SystemDates where
Ind=A in one column and all the SystemDates where Ind=B in the second
column-all in ascending order):
Contract Ind=A Ind=B
111 200401010830 200401010835
111 200401010840 -
Thank you