G
Guest
I have a table - tblProperty, with fields:
TradeAccommodation
PrivateAccommodation
I want PrivateAccommodation = 100 - TradeAccommodation
So in the default value for PrivateAccommodation I put:
100-[TradeAccommodation]
but I get the error:
"The database engine does not recognise the field 'TradeAccommodation' in a
validation expression, or the default value in the table 'tblProperty' "
Any ideas?
TIA
James
TradeAccommodation
PrivateAccommodation
I want PrivateAccommodation = 100 - TradeAccommodation
So in the default value for PrivateAccommodation I put:
100-[TradeAccommodation]
but I get the error:
"The database engine does not recognise the field 'TradeAccommodation' in a
validation expression, or the default value in the table 'tblProperty' "
Any ideas?
TIA
James