Database

  • Thread starter Thread starter Cracker Jacks
  • Start date Start date
C

Cracker Jacks

Is it possible to have a user submission form in the main web and have the
results go to a database in a protected sub-web?
 
Form results are automatically saved in the
_private folder in your web, to a file named
by you when you create the submission form.
The _private folder is not accessible by the
public viewer.

Is that what you meant??
 
I made a form with the data base connection wizard. It works with the
results in the same web. Going to the \fpdb\*.mdb file in the same web.
However, I was wanting the form in the main web and have the results placed
in a *.mdb file in a protected sub-web. Was wondering if this was possible.
 
You should be able to edit the form properties
and change the path to where you want the *mdb file saved.
Then make sure the server has "write" permissions to
the location you select.

hth
 
Back
Top