Transfer Data From List View to List View


Badge +3

Hi All,

 

I am trying to transfer data from list view to list view.

 

For example, i have a form with item view and list view.

 

When i click on list view (Add for example, another subform will be opened).

The subform contains 1 item view and 1 list view.

After filling up the subform, the data should be transfer back to the main form list view.

 

For item view, the data can be passed to list view by add new row, transfer data from control to the list view text box and then apply changes to the row editable.

 

But for transfer list view data to list view data, how can i achieve this?

Is it possible?

 

Thanks & Regards,

Kyo.


2 replies

Badge +9

Kyo


 


The possibility of that depends on the situation. Are you just trying to add items from one list to another by clicking them? If that is the case then you can just use the data generated from the click, the same way you would populate an item view, to create a new item in the second list view. Beyond that , we would need more information on what you are trying to accomplish.

Badge +3

Hi K2lan,

 

For example in the subform (1 Item view, 1 List view).

I had filling up all the details in item view, then added 2 rows in list view.

When i click on Add (Subform control), all these data transfer to the list view in the main form instead of clicking on 1 item in list view and transfer.

 

Thanks,

Kyo.

Reply