Hi all.
I have a Table with 3 fields.
A: 54
B: XKR56
C: 13:03 (This is time)
A: 32
B: YKT67
C: 14:12 (This is time)
I need to generate a TXT file from this Table that would be in the following format:
54
XKR56
13
03
32
YKT67
14
12
....... And so on
How do i do that?
I have a Table with 3 fields.
A: 54
B: XKR56
C: 13:03 (This is time)
A: 32
B: YKT67
C: 14:12 (This is time)
I need to generate a TXT file from this Table that would be in the following format:
54
XKR56
13
03
32
YKT67
14
12
....... And so on
How do i do that?