|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Forms Problem
Hello,
Have a working form Part of it includes 5 Value boxes The 6th is the total of the above 5 set up with =([Box1]+[Box2]-[Box3]) and so on. Box 6 is a "Balance owing" total. The Problem I have is that I want to have this total show in a Table [eg Table1] but it will not. How can I achieve this please Thanks Barry ay _ |
|
#2
|
||||
|
||||
|
What are you doing this in, Access?, ASP?, .NET?
|
|
#3
|
|||
|
|||
|
Yes - Using access 2000
What I am trying to achieve is to pick up the total in Box 6 as a Balance owing figure in a query I am working towards a drop down box which picks up Name etc plus the last Balance. I have created the drop down box which works fine but because not amount is showing in table1 the amount is not showing. would appreciate any help thanks Quote:
Last edited by Barry Wash : May 25th, 2004 at 05:36 PM. |
|
#4
|
|||
|
|||
|
Thought I was entering an area where I could get a little Help from experts who could solve my problem as quick as a flash.
Hey come on please - it's a simple problem - can I get some help please Thanks |
|
#5
|
|||
|
|||
|
Why don't you post you question in the Access portion of this forum, where you can get the help you want.
S- |
|
#6
|
||||
|
||||
|
Quote:
<% TotalBox = request.form( "Box1" )+request.form( "Box2" )+request.form( "Box3" ) %> Then insert TotalBox it into db or where do you need <%=TotalBox%> |
|
#7
|
|||
|
|||
|
Thanks for the reply.
Question where do I use/Place the string to get the result I want. What I am trying to achieve is 1. To getThe total figure [already showing on the form] into the table1 so when I recall the record it shows the balance. 2. At the moment as indicated the total is achieved on the form by adding the Text boxes - this is fine for the form but 3. I also have another form which - using a drop down box calls up the Customer and his/her details but it does not call up the Balance Owing because it is not getting to Table1 record The amounts in Box1-2 and 3 etc show on the table1 - fine but the Balance Owing is the problem. Hope that makes sense Form Box 1 Box 2 Box 3 Box 4 Box 5 [using =([Box1]+[Box2]etc]) Table has Info from Box 1 Box 2 etc But no figure for Box 5. What I need is info on how to get the result of Box 5 into the table so I can used it in a query to achieve 3 above. If you can help it would be appreciated. Also if this is not the right area for this type of help - what area is and how do I get there please Thanks Barry Wash |
|
#8
|
||||
|
||||
|
Quote:
Are you talking about tables as Database TABLE??? Did you try to do JOIN SELECT STATEMENT??? |
|
#9
|
|||
|
|||
|
Yes and Yes - although the Select situation will not relate to the form
Thanks |
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Forms Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|