different form, same fields possible?

M

mptrauber

If it is possible, can some kind soul tell me how I would go about
making a new form that shares some of the same fields (and thusly
reproduces the inputted data) without employing a database?

IOW, if I put a field for someone's anme in form A and fill it in, can
I somehow make another form, B, reproduce the field name and point it
somewhere so that the same name shows up?

Thanks much
 
F

Franck Dauché

Yes, it is possible. You can add a new data connection linked to an xml
document (generated with your first form A). That document is now a
secondary source to your document B. You can use data from that seconday
source by code or you can drop the fieds as controls on your form.
The link to your secondary source will be refreshed each time you open your
form B.
This will not replace the flexibility of storing the data in a DB, but that
may do the trick for you.

Franck Dauché
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top