J
Julio Hidalgo
HEllo i am having troubles doing some kind of program, i want one to check
another table for begining to end. Something like this:
While (Barcelona.ABPOBL)
While (Pueblos_temp.Pueblos_temp_1)
WHERE (((BARCELONA.ABPOBL)=(Pueblos_temp.Pueblos_temp_1)))
SET (Barcelona.PERTENECE) = 8
Want to compare the first ABPOBL with the first Pueblos_temp_1 to the last
pueblos_temp_1, then the second ABPOBL with the first pueblos_temp_1
and so on
if they are equel i wanto to set Barcelona.PErtenece to 8
how can i traduce this to Access 2003
Thanks
another table for begining to end. Something like this:
While (Barcelona.ABPOBL)
While (Pueblos_temp.Pueblos_temp_1)
WHERE (((BARCELONA.ABPOBL)=(Pueblos_temp.Pueblos_temp_1)))
SET (Barcelona.PERTENECE) = 8
Want to compare the first ABPOBL with the first Pueblos_temp_1 to the last
pueblos_temp_1, then the second ABPOBL with the first pueblos_temp_1
and so on
if they are equel i wanto to set Barcelona.PErtenece to 8
how can i traduce this to Access 2003
Thanks