I have a table (PropertyTypes) that holds a field labelled TotalRevealM which needs to be used in another table (Properties) as part of a calculation in a field labelled TotalRevealM2
Both tables have a field labelled TypeRef which is a unique ID of each record in the PropertyTypes table.
The calculated field in the Properties table should be
(PropertyTypes.TotalReveal - 10) * 0.15) + 2
I am pretty much new to Access and I'm sure this will be simple but until you know, it's not simple!
TIA
Both tables have a field labelled TypeRef which is a unique ID of each record in the PropertyTypes table.
The calculated field in the Properties table should be
(PropertyTypes.TotalReveal - 10) * 0.15) + 2
I am pretty much new to Access and I'm sure this will be simple but until you know, it's not simple!
TIA