>> I am trying to multiply two fields that are in a different table
>> and show the
[quoted text clipped - 23 lines]
>
> Should it not be [Items]![Price]*[Orders]![Quantity] ???
Prefixing with the table name is only required when there is
ambiguity in which field is addressed. In a query with the above two
tables, [Item Number] appears in both so Access must be told which
of the fields the programmer wants to use. If there is no ambiguity,
because the field name is only in one table, Access doesn't need the
table's name.
However, in this case, I suspect that the original poster built the
form on the Orders table only and is trying to reference the value
from a table that's not in the recordsource. Both tables should be
in the recordsource, using a query, or the value could be referenced
using a dLookup() call

Signature
Bob Quintal
PA is y I've altered my email address.
--
Posted via a free Usenet account from http://www.teranews.com
dwal - 07 Apr 2008 11:37 GMT
First of all, I would like to thank for the quick response. I applogize that
I was not able to answer earlier.
The Northwind Example is helping me alot in understanding how it all works.
When you first said Northwind I had no clue what you were talking about but
thanks to Google and MS Help I was able to figure out what you meant :)
To Bob: Yes, you are correct. I did try tp built the form on the Orders table.
V/r
David