Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting rows to Columns in .ADP

Status
Not open for further replies.

sql66666

Programmer
Feb 28, 2012
4
SA
I am working in .ADP and converting .mdb modules to .adp;i am facing a problem in making a loop through each record.(tables have primary key n there more than 4 neighbors)

I have a table 1 like this:

cellname;neighbor
a b
a c
a d
a e

i want to put these in another table 2 like this:
cellname;neigh1;neigh2;neigh3;neigh4
a b c d e
Please guide how to do this in .ADP module
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top