My Assistant
![]() ![]() |
|
|
Feb 5 2008, 08:26 PM
Post
#1
|
|
|
New Member Posts: 2 |
Hi, i am a new access and ua user. Pardon my naiveness in asking the right question or making my question clear. I need all the help I can get. This is my problem. I would like to design a form that will ask the user for the item that was sold and how many units was sold in each quarter. The form will store only the item, unit price and units sold per quarter but must show in the form each item's total sales for each quarter in the continuous forms.
|
|
|
|
Feb 5 2008, 10:18 PM
Post
#2
|
|
|
UtterAccess VIP Posts: 5,052 From: Nevada, USA |
A textbox with
=[UnitPrice] * [UnitsSold] should display the result. |
|
|
|
Feb 6 2008, 03:53 AM
Post
#3
|
|
|
New Member Posts: 2 |
Thanks for your prompt reply.
there will be many records and if i add another record and input the number of units, the previous records will inherit the new value. Ex. Unit Price [1st Qtr] Amount [2nd Qtr] Amount [3rd Qtr] Amount [4th Qtr] Amount Water Jug 500.00 [5] 2500 [1] 500 [4] 2000 [] - Water Pitcher 100.00 [1] The value of Water Pitcher [1] will change the value of Water Jug [5] into [1]. I hope the scenario is aatleast understandable, I think the post on 05-30-07 Subject: Recordset + unbound controls + continuous forms is the same as my problem. |
|
|
|
Feb 6 2008, 03:26 PM
Post
#4
|
|
|
UtterAccess VIP Posts: 5,052 From: Nevada, USA |
Can you post a sample db? I'm not understanding your structure. In a continuous form, I would expect the quantity and price fields to be bound. In that instance, a control like the one I showed would show the correct value for each record.
|
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 20th June 2013 - 12:58 AM |