L
Lori
I have a field in my Zip Code table called Current_Vendor_Count. This value
is a calculation - it is calculated on a form. Is there a way I can store
the calculation at the table level? Am I wrong to want to even do this? Are
values that are calculated on the fly in a form, generally not stored in the
within the table? The following is the calculation:
Current_Vendor_Count = DCount("*", "tbl_Vendor", "(tbl_Zip_Code.Zip_Code =
tbl_Vendor.P_Zip_Code) AND (tbl_Zip_Code.Local_Agency_Code =
tbl_Vendor.Local_Agency_Code) AND [Status_Code] = 'Active' AND
[Peer_Group_Code] <> 11 ")
is a calculation - it is calculated on a form. Is there a way I can store
the calculation at the table level? Am I wrong to want to even do this? Are
values that are calculated on the fly in a form, generally not stored in the
within the table? The following is the calculation:
Current_Vendor_Count = DCount("*", "tbl_Vendor", "(tbl_Zip_Code.Zip_Code =
tbl_Vendor.P_Zip_Code) AND (tbl_Zip_Code.Local_Agency_Code =
tbl_Vendor.Local_Agency_Code) AND [Status_Code] = 'Active' AND
[Peer_Group_Code] <> 11 ")