G Guest Oct 6, 2006 #1 Can I have multiple default value's in a table based on data in another field?
B Brendan Reynolds Oct 6, 2006 #2 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.
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.