D
Dimitris
Hello,
In a table named PK1 there are two field named AM1 and J1. AM1 may have the
same data entered many times. J1 has unique data, no duplicates at all. Now
in that table there are new empty fields, TL1, TL2, TL3, TL4, TL5, TL6, TL7,
TL8, TL9, TL10
So the table PK1 looks like:
AM1........J1.....TL1......TL2.....TL3.....TL4......TL5.....TL6....TL7...TL8...TL9..TL10
JOHN.....68
MIKE.....94
JOHN.....55
MARY.....30
JOHN.....02
MIKE.....99
JOHN.....00
etc etc
What I need is to have every entry in field AM1 entered once. And the data
in field J1 entered in the fields TL1 TL2 TL3 TL4.......TL10 for every
unique AM1 entry. So the above example must be like:
AM1....TL1......TL2.....TL3.....TL4......TL5.....TL6....TL7...TL8...TL9..TL10
JOHN... 68......55........02.......00
MIKE....94........99
MARY...30
etc etc
So actually I need each name of AM1 entered once with and all the data of
field J1 entered in the fields TL1 to TL10 for the same name. If each name of
AM1 has only one data it will be entered in field TL1. if that name has 2
entries they will be entered in TL1 and TL2 and so on.
I hope you understand what I need. I am from Greece and don't speak well
English.
I also am new in Access and I hope I can get detailed instructions.
I am looking forward for your help.
Thank you very much
Dimitris
In a table named PK1 there are two field named AM1 and J1. AM1 may have the
same data entered many times. J1 has unique data, no duplicates at all. Now
in that table there are new empty fields, TL1, TL2, TL3, TL4, TL5, TL6, TL7,
TL8, TL9, TL10
So the table PK1 looks like:
AM1........J1.....TL1......TL2.....TL3.....TL4......TL5.....TL6....TL7...TL8...TL9..TL10
JOHN.....68
MIKE.....94
JOHN.....55
MARY.....30
JOHN.....02
MIKE.....99
JOHN.....00
etc etc
What I need is to have every entry in field AM1 entered once. And the data
in field J1 entered in the fields TL1 TL2 TL3 TL4.......TL10 for every
unique AM1 entry. So the above example must be like:
AM1....TL1......TL2.....TL3.....TL4......TL5.....TL6....TL7...TL8...TL9..TL10
JOHN... 68......55........02.......00
MIKE....94........99
MARY...30
etc etc
So actually I need each name of AM1 entered once with and all the data of
field J1 entered in the fields TL1 to TL10 for the same name. If each name of
AM1 has only one data it will be entered in field TL1. if that name has 2
entries they will be entered in TL1 and TL2 and so on.
I hope you understand what I need. I am from Greece and don't speak well
English.
I also am new in Access and I hope I can get detailed instructions.
I am looking forward for your help.
Thank you very much
Dimitris