Multiple Default Values in a table

D

Dblosevn

Can I have multiple default value's in a table based on data in another field?
 
B

Brendan Reynolds

No. You can have multiple default values in a table (you can have one for
each field in the table) but default values can not refer to other fields.
You'd need to use code behind a form for that.
 
Top