Partners, I'm having trouble moving information from one DATA TABLE to another with the same structure.
The structure of my data table is as follow:
Floor/number/day in/month in/year in/day out/month out/year out/hour in/time in/hour out/time out/money/quarter
When a specific event happens, program calls a function that saves date and time (year in, month in, day in, hour in and minite in) in specific place of data table index A (this way I know where this event happened, becouse the first two columns on the table are the reference of the place)
In table A the first to co