Multiple Default Values in a table

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top