Jump to content

Moving data between DTI


Marcelo

Recommended Posts

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 columns have constants values and never changes. 

When another event happen program calls another function that reads a specific row of table A and paste it on row 0 of table B adding as well the rest of the items that are mising (year out, month out, day out, hour out, minute out, money and quarter)  that are calculated in this function.

So table B is a registry of the events that ocurred.

When I visualize TABLE B, I see all the information except the two first columns that are set as 0.

I wonder if there is something Im doing wrong or if is it a specific whay of doing that. Thank you so much for your help. 

Marcelo

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.