A_Radiolog_inFoxPro
IS-IT--Management
Dear All ,
I am in need of your assistance , experience , and expertise in this small trouble I have.
I am gathering some data from a line by line formatted file , and I insert the data into a table I made. ( 1 record several columns , don't ask me why I didn't use an array in the first place , beats me ...anyway )
Now I have the following issue.
I need to get the index of the gathered data table ( for example some id code of said record ) and check if this ID exists in the other table.
After that is done I need to decide if there are data already in the other table , do they differ , should I insert the captured data and so on and so forth.
But as far as I remember I can USE only 1 table at a time.
is there a way around this ? ( without having to have a LOT of variables to copy data from 1 table hold them in memory and replace them on the other table ? ) to avoid mistakes and messy for loops.
Thank you in advance
The Idiot.
I am in need of your assistance , experience , and expertise in this small trouble I have.
I am gathering some data from a line by line formatted file , and I insert the data into a table I made. ( 1 record several columns , don't ask me why I didn't use an array in the first place , beats me ...anyway )
Now I have the following issue.
I need to get the index of the gathered data table ( for example some id code of said record ) and check if this ID exists in the other table.
After that is done I need to decide if there are data already in the other table , do they differ , should I insert the captured data and so on and so forth.
But as far as I remember I can USE only 1 table at a time.
is there a way around this ? ( without having to have a LOT of variables to copy data from 1 table hold them in memory and replace them on the other table ? ) to avoid mistakes and messy for loops.
Thank you in advance
The Idiot.