View Single Post
  #2  
Old October 6th, 2006, 10:09 PM posted to microsoft.public.access.forms
Brendan Reynolds
external usenet poster
 
Posts: 1,241
Default Multiple Default Values in a table

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.

--
Brendan Reynolds
Access MVP


"Dblosevn" wrote in message
...
Can I have multiple default value's in a table based on data in another
field?