Tool Required to Convert

S

subha

Hi ,

Can Someone help me out to Create a tool in Access which Converts
Unaligned data to aligned data in Access.


example of unaligned data:


xyz [email protected]
--->[email protected] 05/12/2006 18:25:43 Local


Output should be:


xyz [email protected] 05/12/2006 18:25:43


file consist of lotsa data and which are not in order, please do help
me to get above output in Access.


thanks in advance,
subha
 
J

John Nurick

If I understand you right, you can do what you want by creating a Report
based on the table that contains your data.
 
Top