Hi all!
Is there a way to set a column's default value to be a concatenation of two other columns' values (which will never contain a null value)? I.e. value in column "TableKey" will always = value in column "RegionNum" + value in column "CustID". I want to use a concatenation of those two values as my primary key, but I want the key value to actually be written in the table.
Thanks!
VBAjedi
Is there a way to set a column's default value to be a concatenation of two other columns' values (which will never contain a null value)? I.e. value in column "TableKey" will always = value in column "RegionNum" + value in column "CustID". I want to use a concatenation of those two values as my primary key, but I want the key value to actually be written in the table.
Thanks!
VBAjedi