default value

H

Hex

hi all

hi write in this NG for the first time, and i use access from a couple
of day.
i have build a toy databse with 4 field,

[index] [a] [c] -> all field is number.

i need to calculate [c] field from [a] +

indefault field i have write =[a] +

but not work good?!

i also build a mask form and try to generate event expr

without success ?

can you help me ?

best regards
claudio
 
K

Ken Snell \(MVP\)

You cannot have a calculated field in a table; and it's usually not
advisable to store calculated data in a table. Use a query to calculate the
value and display it along with the other fields' values.
 
Top