Query for VB6 and MS Access
Table:-
         User Id       LogDate       LogTime 
            1            1/1/2010      9:00  
            1            1/1/2010     10:00   
            1            1/1/2010     11:29  
            1            2/1/2010     10:00
            2            2/1/2010     22:00
            2            3/1/2010    11:00
Need to display as:-
             User Id   LogDate   LogTime   LogDate     LogTime   
             1       1/1/2010  9:00    1/1/2010        10:00   
             1       1/1/2010  11:29   2/1/2010        10:00  
             2       2/1/2010  22:00   3/1/2010        11:00