S
Saeen
I have three tables
Pet_table(pet_id, name, age, sex, breed, pet_type)
Boarding(pet_id, boarding_id,start_date, end_date, fee)
Fee(pet_type, fee)
Fees in the boarding table is calculated by end_date-start_date*Fee
Fee is selected from table fee by comparing the pet_type in pet table and
fee table.
I have achieved this through a query but when i assign this value to the fee
attribute in boarding table using lookup wizard it says im trying use fields
from same table sorta error !!!
Any suggestions ?
Pet_table(pet_id, name, age, sex, breed, pet_type)
Boarding(pet_id, boarding_id,start_date, end_date, fee)
Fee(pet_type, fee)
Fees in the boarding table is calculated by end_date-start_date*Fee
Fee is selected from table fee by comparing the pet_type in pet table and
fee table.
I have achieved this through a query but when i assign this value to the fee
attribute in boarding table using lookup wizard it says im trying use fields
from same table sorta error !!!
Any suggestions ?