Hello,
I am currently developing a database which allows us to collect information about properties.
I have the tables, queries, forms etc all setup to carry out what I need to.
However to make things easier I was wondering if it is possible to have a field which has a sum as a default value.
Example. (This a form which collects the data)
I have elements like Kitchens.
Field 1 - Kitchen Type
Field 2 - Kitchen Install year
Field 3 - Kitchen Renew year
Firstly the surveyor selects the type.
Then the surveyor would put in its install year i.e 2000
Then based on a life cycle of 15 years the surveyor would enter the renewal year. I.e. 2015
It would be easier for the renewal year to default value according to the install year.
I.e. =Sum([Kitchen Install Year] + 15)
But allowing the surveyor to change this value if need be.
I cant seem to get anything to work.
Any help would be much appreciated.
Thanks
I am currently developing a database which allows us to collect information about properties.
I have the tables, queries, forms etc all setup to carry out what I need to.
However to make things easier I was wondering if it is possible to have a field which has a sum as a default value.
Example. (This a form which collects the data)
I have elements like Kitchens.
Field 1 - Kitchen Type
Field 2 - Kitchen Install year
Field 3 - Kitchen Renew year
Firstly the surveyor selects the type.
Then the surveyor would put in its install year i.e 2000
Then based on a life cycle of 15 years the surveyor would enter the renewal year. I.e. 2015
It would be easier for the renewal year to default value according to the install year.
I.e. =Sum([Kitchen Install Year] + 15)
But allowing the surveyor to change this value if need be.
I cant seem to get anything to work.
Any help would be much appreciated.
Thanks
Last edited: