hi all,
ive got a table called seats and it containes the following fields:
Flgiht_No.
Seat_No.
Cost
Points_Worth
Cash
Points_Paid
i want to make the expression;
Points_Paid=Points_worth*(1-Cash/Cost)
such that as soon as u enter the fields cost, cast and points worth it updates the field Points paid.
access is giving me the error that:"The database engine does not recognise either the field Points_worth in validation expression, or the default value in the table 'seats'"
any thoughts would be appreciated. oh and warning: noob alert
ive got a table called seats and it containes the following fields:
Flgiht_No.
Seat_No.
Cost
Points_Worth
Cash
Points_Paid
i want to make the expression;
Points_Paid=Points_worth*(1-Cash/Cost)
such that as soon as u enter the fields cost, cast and points worth it updates the field Points paid.
access is giving me the error that:"The database engine does not recognise either the field Points_worth in validation expression, or the default value in the table 'seats'"
any thoughts would be appreciated. oh and warning: noob alert
