J
JiAngelo
We have a home building database which has
1. a Community_Data: Table which contains fields [Subdiv_Name] and
[Subdiv_Code] (which is a two letter abbreviation of the subdivision name.)
2. a Lots: Table, in which Lot numbers are entered and then we select the
[Subdiv_Name] from a drop down list based on [Community_Data.Subdiv_Name]
In Lots: Table we would like to create another field named [Site_ID] which
is automatically the sum of [Community_Data.Subdiv_Code] + [Lots.Lot_No]
based on the [Subdiv_Name] that has been selected.
I'm new to using access beyond straight forward listing/viewing of data and
would appreciate a detailed explanation of how to accomplish this.
Thanks.
1. a Community_Data: Table which contains fields [Subdiv_Name] and
[Subdiv_Code] (which is a two letter abbreviation of the subdivision name.)
2. a Lots: Table, in which Lot numbers are entered and then we select the
[Subdiv_Name] from a drop down list based on [Community_Data.Subdiv_Name]
In Lots: Table we would like to create another field named [Site_ID] which
is automatically the sum of [Community_Data.Subdiv_Code] + [Lots.Lot_No]
based on the [Subdiv_Name] that has been selected.
I'm new to using access beyond straight forward listing/viewing of data and
would appreciate a detailed explanation of how to accomplish this.
Thanks.