M
Mo Man
Hi All
I have two tables - tbltaxes and tblvoters. The tables are
structured the following way
Tbltaxes
Field Description
Location Address of the house
OldValue Old Value of the house
OldTax Old Tax of House
NewValue New value of House
New Tax New Tax of House
Percent Percent increase/Decrease
Tblvoters
Field Description
FName First Name
LName Last Name
Address Address of House
Party Party affiliation
The tblVoters will have more records than tblTaxes since each record is
a voter (an address could have more than one voter) and include
apartments. tblTaxes only include house.
I want to create a query or table that will add PERCENT from tbltaxes
to all the houses that are in tblvoter.
I am not too sure how to go about it. Any advice would be greatly
appreciated.
Many thanks
Mo
I have two tables - tbltaxes and tblvoters. The tables are
structured the following way
Tbltaxes
Field Description
Location Address of the house
OldValue Old Value of the house
OldTax Old Tax of House
NewValue New value of House
New Tax New Tax of House
Percent Percent increase/Decrease
Tblvoters
Field Description
FName First Name
LName Last Name
Address Address of House
Party Party affiliation
The tblVoters will have more records than tblTaxes since each record is
a voter (an address could have more than one voter) and include
apartments. tblTaxes only include house.
I want to create a query or table that will add PERCENT from tbltaxes
to all the houses that are in tblvoter.
I am not too sure how to go about it. Any advice would be greatly
appreciated.
Many thanks
Mo