D
dwal
I am trying to multiply two fields that are in a different table and show the
result in my orders form.
The first Table is called Orders and has the following fields:
Customer ID
Order Number
Item Number
Date
Quantity
The Items Table consists of:
Item Number
Item Description
Price
Quantity Available
In my Orders Form, I have the same as in the Items table including Totals.
In the totals field i set control source:
= [Items]![Price]*[Quantity]
As a result i get this in the totals field: #Name?
I set the Price field in the Items Table to Currency
&
Quantity Field in the Orders Table to: Number
I am a newbie in MS Access, and i am currenly working on an assignment for
my school.
v/r
David
result in my orders form.
The first Table is called Orders and has the following fields:
Customer ID
Order Number
Item Number
Date
Quantity
The Items Table consists of:
Item Number
Item Description
Price
Quantity Available
In my Orders Form, I have the same as in the Items table including Totals.
In the totals field i set control source:
= [Items]![Price]*[Quantity]
As a result i get this in the totals field: #Name?
I set the Price field in the Items Table to Currency
&
Quantity Field in the Orders Table to: Number
I am a newbie in MS Access, and i am currenly working on an assignment for
my school.
v/r
David