I want to set the default value of a field to a value of another field in the same table. I want to know how to set up the expression in the default value expression builder
I have two Date/Time data type fields on an Access table. What I want to do is I want to set the default value of one of the fields to the other Date/Time data type field on the same table.
Eg. Field 1 = InitialDeliveryDate
Field 2 = AcctualDeliveryDate
This two field are on the same table. I want Field2 to be set to Field1 as its default value. The bottom line is how do I set the default value of a field using another field on the same table.
I was hopping to avoid using Forms. But after I tought about it, it is not possible to initialize a default value of a field using another field in the same table. Because it will assume the field to be initialized must be created after the field that will be used to for initialization. The default value is set when a field is created. If both field are created and they are both blank, the default value will be always blank.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.