Database form

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hello,

I have created a form that will allow my users to select
numbers 1 -10 using 6 drop down boxes. These 6 drop down
menus are stored in an access database using columns D1
to D6. The results page displays what they have saved,
but I would also like to have each column add the total
numbers selected and update on my intranet. I would also
like to know the best way to reset the totals back to
zero as new totals are needed on a monthly basis. I am
guessing I need use the Database results Wizard, but I am
having a hard time figuring this out. I use FP 2002.

I am new to Frontpage and Access, so information to point
me in the right direction would be greatly appreciated.

Thanks,

Brian
 
I don't think the Wizard is going to get what you are looking for. You would
have to write your own custom ASP app to do this. It can be done using
FrontPage (I've done it for years), but it requires some programming and
HTML knowledge to do it. You can find some beginning tutorials on my web
site at http://www.takempis.com, if you're feeling brave. Otherwise, set
your sights a little lower and do what you can with the Wizard.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Hi Brian,

FrontPage doesn't provide these functions. You need to realize these
funcions by writing ASP code. However, writing code is out of the support
boundary. If you are interested in this issue, I have 2 suggestions:

1. Post this question in ASP related newsgroup.

2. Refer to this link for more information about ASP:
http://msdn.microsoft.com/library/psdk/iisref/aspguide.htm

Ivan Sheng
Microsoft Online Partner Support
MCSD,MCSE4,2000,MCDBA,CCNA,ASE
Get Secure! ¨C www.microsoft.com/security

This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Ivan,

When replying, can you include the original post?

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Thats a nice page. Do you have any samples for this? I am
feeling brave. Also the totals do not have to be
redisplayed on the page, but I would like a way to have
it totaled and printed. Could I use Crystal Reports to
print the database?

Thanks,

Brian
 
Sure. :)

-Ivan



--------------------
| Reply-To: "Thomas A. Rowe" <[email protected]>
| From: "Thomas A. Rowe" <[email protected]>
| References: <[email protected]>
<[email protected]>
| Subject: Re: Database form
| Date: Tue, 16 Sep 2003 22:53:11 -0400
| Lines: 40
| Organization: WEBMASTER Resources (tm)
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.frontpage.client
| NNTP-Posting-Host: 24-238-69-190.cmts.sth.ptd.net 24.238.69.190
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.frontpage.client:606481
| X-Tomcat-NG: microsoft.public.frontpage.client
|
| Ivan,
|
| When replying, can you include the original post?
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, Forums, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > Hi Brian,
| >
| > FrontPage doesn't provide these functions. You need to realize these
| > funcions by writing ASP code. However, writing code is out of the
support
| > boundary. If you are interested in this issue, I have 2 suggestions:
| >
| > 1. Post this question in ASP related newsgroup.
| >
| > 2. Refer to this link for more information about ASP:
| > http://msdn.microsoft.com/library/psdk/iisref/aspguide.htm
| >
| > Ivan Sheng
| > Microsoft Online Partner Support
| > MCSD,MCSE4,2000,MCDBA,CCNA,ASE
| > Get Secure! ¨C www.microsoft.com/security
| >
| > This posting is provided ¡°as is¡± with no warranties and confers no
| rights.
| >
| >
|
|
|
 
Back
Top