PC Review


Reply
Thread Tools Rate Thread

Creating a Form where submitting information goes to a Access Data

 
 
gwtechie72
Guest
Posts: n/a
 
      29th Mar 2008
I am trying to figure out a way to have a Form created in Frontpage, so when
clicking submit the information in the form is sent directly to a access
database. I know you can creat a FP database. however it creates a form in
ASP. I have no knowledge of this and can not get the form to display
activley. Can help me. As an example this is what the fom would entail..
Account, Location, Sub location, Issue, Issue Number. The database would
have the same fields with the same title.
 
Reply With Quote
 
 
 
 
Kathleen Anderson
Guest
Posts: n/a
 
      29th Mar 2008
Have you verified that the server your web site is on supports ASP, Access
Databases and the FrontPage Server Extensions?

If so, this may help:
http://www.brainbell.com/tutorials/m...A_Database.htm

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


"gwtechie72" <(E-Mail Removed)> wrote in message
news:3B1CE2C0-3A52-4DB0-BC87-(E-Mail Removed)...
>I am trying to figure out a way to have a Form created in Frontpage, so
>when
> clicking submit the information in the form is sent directly to a access
> database. I know you can creat a FP database. however it creates a form in
> ASP. I have no knowledge of this and can not get the form to display
> activley. Can help me. As an example this is what the fom would entail..
> Account, Location, Sub location, Issue, Issue Number. The database would
> have the same fields with the same title.



 
Reply With Quote
 
Jens Peter Karlsen
Guest
Posts: n/a
 
      29th Mar 2008
You can't do this without ASP. Just use FPs database tools for this.
FP will generate the necessary ASP for you.
If you want finer control you need to learn ASP.

Regards Jens Peter Karlsen.

On Sat, 29 Mar 2008 11:36:00 -0700, gwtechie72
<(E-Mail Removed)> wrote:

>I am trying to figure out a way to have a Form created in Frontpage, so when
>clicking submit the information in the form is sent directly to a access
>database. I know you can creat a FP database. however it creates a form in
>ASP. I have no knowledge of this and can not get the form to display
>activley. Can help me. As an example this is what the fom would entail..
>Account, Location, Sub location, Issue, Issue Number. The database would
>have the same fields with the same title.

 
Reply With Quote
 
gwtechie72
Guest
Posts: n/a
 
      29th Mar 2008
I have tried the FP Database tool. It creates what I want, but when I take
the index file that that is linked to the form. The form will not come up.
just shows the source coding.

"Jens Peter Karlsen" wrote:

> You can't do this without ASP. Just use FPs database tools for this.
> FP will generate the necessary ASP for you.
> If you want finer control you need to learn ASP.
>
> Regards Jens Peter Karlsen.
>
> On Sat, 29 Mar 2008 11:36:00 -0700, gwtechie72
> <(E-Mail Removed)> wrote:
>
> >I am trying to figure out a way to have a Form created in Frontpage, so when
> >clicking submit the information in the form is sent directly to a access
> >database. I know you can creat a FP database. however it creates a form in
> >ASP. I have no knowledge of this and can not get the form to display
> >activley. Can help me. As an example this is what the fom would entail..
> >Account, Location, Sub location, Issue, Issue Number. The database would
> >have the same fields with the same title.

>

 
Reply With Quote
 
Jens Peter Karlsen
Guest
Posts: n/a
 
      29th Mar 2008
Then the Server doesn't support ASP.
You must Publish the Web to a server that Supports ASP.

Regards Jens Peter Karlsen.

On Sat, 29 Mar 2008 12:05:00 -0700, gwtechie72
<(E-Mail Removed)> wrote:

>I have tried the FP Database tool. It creates what I want, but when I take
>the index file that that is linked to the form. The form will not come up.
>just shows the source coding.
>
>"Jens Peter Karlsen" wrote:
>
>> You can't do this without ASP. Just use FPs database tools for this.
>> FP will generate the necessary ASP for you.
>> If you want finer control you need to learn ASP.
>>
>> Regards Jens Peter Karlsen.
>>
>> On Sat, 29 Mar 2008 11:36:00 -0700, gwtechie72
>> <(E-Mail Removed)> wrote:
>>
>> >I am trying to figure out a way to have a Form created in Frontpage, so when
>> >clicking submit the information in the form is sent directly to a access
>> >database. I know you can creat a FP database. however it creates a form in
>> >ASP. I have no knowledge of this and can not get the form to display
>> >activley. Can help me. As an example this is what the fom would entail..
>> >Account, Location, Sub location, Issue, Issue Number. The database would
>> >have the same fields with the same title.

>>

 
Reply With Quote
 
Wayne-I-M
Guest
Posts: n/a
 
      30th Mar 2008
If you don't have asp then get the form to save your private folder as a csv
file and import this in to an access DB off-line.

Of course you will need to run this though an update query (to amend the
formats) prior to an append (which you can normally do with an asp form) but
it's only one extra line (well 3 really normally) lines of vba so it will not
take long.


--
Wayne
Manchester, England.



"Jens Peter Karlsen" wrote:

> Then the Server doesn't support ASP.
> You must Publish the Web to a server that Supports ASP.
>
> Regards Jens Peter Karlsen.
>
> On Sat, 29 Mar 2008 12:05:00 -0700, gwtechie72
> <(E-Mail Removed)> wrote:
>
> >I have tried the FP Database tool. It creates what I want, but when I take
> >the index file that that is linked to the form. The form will not come up.
> >just shows the source coding.
> >
> >"Jens Peter Karlsen" wrote:
> >
> >> You can't do this without ASP. Just use FPs database tools for this.
> >> FP will generate the necessary ASP for you.
> >> If you want finer control you need to learn ASP.
> >>
> >> Regards Jens Peter Karlsen.
> >>
> >> On Sat, 29 Mar 2008 11:36:00 -0700, gwtechie72
> >> <(E-Mail Removed)> wrote:
> >>
> >> >I am trying to figure out a way to have a Form created in Frontpage, so when
> >> >clicking submit the information in the form is sent directly to a access
> >> >database. I know you can creat a FP database. however it creates a form in
> >> >ASP. I have no knowledge of this and can not get the form to display
> >> >activley. Can help me. As an example this is what the fom would entail..
> >> >Account, Location, Sub location, Issue, Issue Number. The database would
> >> >have the same fields with the same title.
> >>

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Submitting Form Data to an Access Database =?Utf-8?B?SmFuaWU=?= Microsoft Frontpage 5 3rd Feb 2007 12:54 AM
Submitting Form Data via Email =?Utf-8?B?a3BjaG9w?= Windows XP Internet Explorer 1 4th May 2006 02:22 AM
save form data before submitting? peter Windows XP Internet Explorer 6 16th May 2005 10:23 AM
Form not submitting to access Db Art Microsoft Frontpage 1 6th May 2004 12:46 PM
Submitting Information on a Form JayCee Microsoft Frontpage 1 1st Dec 2003 05:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:48 PM.