PC Review


Reply
Thread Tools Rate Thread

Access and Frontpage

 
 
=?Utf-8?B?aXNsYW5kbG92ZXI=?=
Guest
Posts: n/a
 
      26th Nov 2006
Is it possible to use a form created in Access on a frontpage web site where
visitors can enter data in the form and it is transferred back to the
database or is it necessary to design the page in frontpage?

Thanks for your help.
 
Reply With Quote
 
 
 
 
Ronx
Guest
Posts: n/a
 
      26th Nov 2006
It is necessary to design the form in FrontPage, and use an asp or
asp.net form handler to add the form data to the Access database.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"islandlover" <(E-Mail Removed)> wrote in message
news:B07117C6-D622-48CB-A833-(E-Mail Removed):

> Is it possible to use a form created in Access on a frontpage web site where
> visitors can enter data in the form and it is transferred back to the
> database or is it necessary to design the page in frontpage?
>
> Thanks for your help.


 
Reply With Quote
 
David Berry
Guest
Posts: n/a
 
      26th Nov 2006
You can design it in FrontPage and then use either ASP, ASP.NET or the
FrontPage Database Wizard (see
http://www.spiderwebwoman.com/resour...sandtricks.asp for tips) to
write to the database.


"islandlover" <(E-Mail Removed)> wrote in message
news:B07117C6-D622-48CB-A833-(E-Mail Removed)...
> Is it possible to use a form created in Access on a frontpage web site
> where
> visitors can enter data in the form and it is transferred back to the
> database or is it necessary to design the page in frontpage?
>
> Thanks for your help.



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      1st Dec 2006
If your ASP is getting the form field (say named "Comments") as
Comments = Request.Form("Comments")
You can restrict it in ASP using
IF Len(Request.Form("Comments"))>400 Then
Left(Request.Form("Comments"),400)
Else
Request.Form("Comments")
End If

You can not restrict the size of a Memo field in Access

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Vicky" <(E-Mail Removed)> wrote in message news:3BDEA770-3913-4381-AF88-(E-Mail Removed)...
| To add to your query
|
| I have such a system on my website. The Database has a memo field & I have
| set up a form for visitors to use & enter their comments in the DB memo
| field. The form restricts inputting more than 400 character. But some smart
| users bypass this form & make an entry directly in the DB memo field putting
| in more than 400 characters.
| I have heard of Server side form validation but dont know how to set it up.
| could some one help?
|
| "islandlover" wrote:
|
| > Is it possible to use a form created in Access on a frontpage web site where
| > visitors can enter data in the form and it is transferred back to the
| > database or is it necessary to design the page in frontpage?
| >
| > Thanks for your help.


 
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
Access and Frontpage Red via AccessMonster.com Microsoft Access VBA Modules 2 10th Sep 2007 03:25 PM
how do I access "frontpage manager" on frontpage 2003? =?Utf-8?B?Q2F0aA==?= Microsoft Frontpage 1 13th Jun 2007 12:36 AM
Frontpage and Access =?Utf-8?B?TWl0Y2g=?= Microsoft Frontpage 1 2nd Apr 2007 09:23 AM
FrontPage And Access AccessFreak via AccessMonster.com Microsoft Access External Data 1 11th Sep 2006 06:15 AM
unable to access frontpage server through frontpage application =?Utf-8?B?d3p6eno=?= Microsoft Frontpage 0 18th Jul 2006 08:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:04 PM.