tkexer
05-27-2008, 07:09 AM
I have 2 tables:
A rental table, which has the fields [CustomerID], [BookingNo] (primary key) [ProductID], [DateOut], [Paid], [Owes] and [ReturnDate].
A product information table, I have the [type], the [cost] of product and [Description] (memo) as fields.
For the rentals table, the [Owes] field is calculated from [cost] (from the product info table) minus [Paid]. However, these fields are in separate tables. Can I still perform the operation to find out [Owes] when the required fields in the calculation [cost] and [Paid] are in separate tables?
I know you can't insert calculations in tables, but even if it is used on the form, the calculation is still spreaded accross 2 separate tables.
A rental table, which has the fields [CustomerID], [BookingNo] (primary key) [ProductID], [DateOut], [Paid], [Owes] and [ReturnDate].
A product information table, I have the [type], the [cost] of product and [Description] (memo) as fields.
For the rentals table, the [Owes] field is calculated from [cost] (from the product info table) minus [Paid]. However, these fields are in separate tables. Can I still perform the operation to find out [Owes] when the required fields in the calculation [cost] and [Paid] are in separate tables?
I know you can't insert calculations in tables, but even if it is used on the form, the calculation is still spreaded accross 2 separate tables.