PC Review


Reply
Thread Tools Rate Thread

Calculating totals

 
 
=?Utf-8?B?QXJyb3cgb2YgVmljdG9yeQ==?=
Guest
Posts: n/a
 
      11th Oct 2004
I want to calculate the total amount due based on the number of people
selected in a drop down form field. The cost is fixed in a text box ($25).
How do I do this?
 
Reply With Quote
 
 
 
 
MD Websunlimited
Guest
Posts: n/a
 
      11th Oct 2004
Hi,

This is really a question for programming and not add-ins. An add-in that can do this Form Calculator
Wish you could calculate form field totals? Well, you can with Form Calculator
http://www.websunlimited.com/order/P...c/formcalc.htm

To accomplish, use the onchange event in the drop down to

<select onchange="if (this.selectedIndex > 0) { this.form.totalfield.value = this.options[this.selectedIndex].value * 25.00 }" >

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible

"Arrow of Victory" <Arrow of (E-Mail Removed)> wrote in message
news:911D318F-6F10-470C-B9E3-(E-Mail Removed)...
> I want to calculate the total amount due based on the number of people
> selected in a drop down form field. The cost is fixed in a text box ($25).
> How do I do this?



 
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
Calculating totals =?Utf-8?B?TE9TVA==?= Microsoft Access 2 30th Jul 2007 08:03 PM
Calculating Totals =?Utf-8?B?THVjeQ==?= Microsoft Access Forms 5 21st Apr 2006 04:05 PM
Calculating totals =?Utf-8?B?RE4=?= Microsoft Access Reports 4 18th Apr 2006 02:18 PM
Calculating Totals =?Utf-8?B?Tmlj?= Microsoft Access Reports 2 4th Nov 2005 02:58 PM
calculating totals =?Utf-8?B?QXR0YWNrSVA=?= Microsoft Access Reports 2 26th Jun 2005 01:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:56 AM.