Designing Databases based on existing InfoPath forms

R

Renee in Juneau

Database is a very large word.... :)

If you're talking about Access 2003, you can create tables based on
your Infopath DataSource via File/Get External Data/Import.

Really though, you'ld be much better off going to the appropriate DB
forum and asking your questions there. Replace the term "Infopath"
with "XML" for best results though. :)
 
R

Renee in Juneau

a couple of extra notes about importing to Access2003, just in case
you need them:

* the form itself is not imported, only the datasource info.
* one table is created for each group in your datasource.
* the XML files that store your datasource info are template.xml and
myschema.xsd. Make sure these are available outside the .XSN
 
Top