S
sarfaraz
"sorry Im my earlier post the email ID has some mistake"
I have a legacy old database in access which has two fields
name and qualification. The name field appears more than
once for multiple qualification. say mr A has MBBS,MD,PHD
as his qualifaction then there are three records with the
same name for each qualification. I want a table with name
and qualiifacation1, qualification2 ... and so on sothan
each records will be indexed on name . and no two records
will have the same name repearing.
What is simplest method do this ? without writing any code
of VBA etc..
or is there any way to qet a query/report with the output
as:- ( for mr. A above)
Mr.A - MBBS,MD,PHD in sigle line
..
I have a legacy old database in access which has two fields
name and qualification. The name field appears more than
once for multiple qualification. say mr A has MBBS,MD,PHD
as his qualifaction then there are three records with the
same name for each qualification. I want a table with name
and qualiifacation1, qualification2 ... and so on sothan
each records will be indexed on name . and no two records
will have the same name repearing.
What is simplest method do this ? without writing any code
of VBA etc..
or is there any way to qet a query/report with the output
as:- ( for mr. A above)
Mr.A - MBBS,MD,PHD in sigle line
..