hello
there is a whole discussion about data binding and I would like to know if there is any solution for my needs:
I want to create forms (form1, form2, etc) that I put text in each field of the forms.
Then, I want to automatically transfer the text of each field of a specific form, to the relevant cell of another, second software.
I want a program to identify the id of form and open the appropriate tab in the second software. Then to transfer the text of each field of the form to the appropriate cell of the relevant tab in the second software.
The second software has a search function, with which you put the appriate number in a field and by hitting ENTER it opens the relevant tab (where the data of the form should be transfered)
Do you have an idea how to implement this?
thanks!