option group default value

K

Ken Snell [MVP]

You could use the DLookup function in the option group's Default Value:

=DLookup("TableFieldName", "Table")
 
Top