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
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