default value

  • Thread starter Thread starter Hex
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top