The data in my table is on two rows and I want to show the corresponding records in a listbox but on the same row. My table(tblSixtyDay) has fields tblSixtyDay(PK), DateOn, DateOFF, Rotation and State.
tblSixtyDay DateON DateOFF Rotation State
1 1-1-04 1 1
2 2-15-04 1 2
desired output:
DateON DateOFF Rotation
1-1-04 2-15-04 1
Can I do this?
Thanks, Jim
tblSixtyDay DateON DateOFF Rotation State
1 1-1-04 1 1
2 2-15-04 1 2
desired output:
DateON DateOFF Rotation
1-1-04 2-15-04 1
Can I do this?
Thanks, Jim