V
Vernon
Is it possible to set the default value of a field to
include the data from a different field in the same
table/record? Example:
Record 1
[ID] = 001
[Field2] = ABC001
Record 2
[ID] = 002
[Field2] = ABC002
I tried using: Default Value ="ABC" & [ID]
but it doesn't seem to work. Any help would be greatly
appreciated!!!
include the data from a different field in the same
table/record? Example:
Record 1
[ID] = 001
[Field2] = ABC001
Record 2
[ID] = 002
[Field2] = ABC002
I tried using: Default Value ="ABC" & [ID]
but it doesn't seem to work. Any help would be greatly
appreciated!!!