Merging two forms

E

Einat Reich

How can I merge two forms, (connected to the same .xsd schema) into one?
can one of the forms be added as a new view in the other form?

thanks

Einat
 
S

S.Y.M. Wong-A-Ton

E

Einat Reich

That's fine but i want to merge two .xsn files. The important thing is that
the data binding and conditions will go through, to the merged file.
 
R

Ricardo Cabrera

I was able to crack open two XSN files and merge the datasource and views I
needed to integrate. But amount of work and debugging was too much. You
are better off making the changes using the UI into one file.
 
Top