Auto-Enter calcs--not across tables? -
09-13-2005
, 02:00 PM
Can someone explain to me the limitations of Auto-Entering
calculations? I have an Orders table whose primary layout contains a
portal to a related database LineItems.
In Orders I have two fields, City and TaxRate. TaxRate is set to
AutoEnter a calculation based on a Case statement for City. I've set
the checkbox so that it will replace the field if the City is changed.
That works great. However, that effect doesn't work on another set of
fields.
Both Orders and LineItems have fields named DateOut and DateIn. I want
those two fields in LineItems to grab the same dates from their
respective fields in the Orders table and to update if those Order
fields should change. I also want the ability to change LineItem dates
individually (hence no calc field). What worked with City and TaxRate
in Orders is not working across tables between Orders and LineItems.
Nor does it work off a calculation within LineItems (I set up a calc
field to pull the Orders date, then tried the Auto Enter off that
field).
All calcs are set to dates, all fields involved are date fields.
Any ideas of how to make this work? Are this limitations (unable to
AutoEnter a calc across tables or off a calculation) normal?
Thanks,
-G |