Access 2016 Table Macros After Insert modify fields in newly created record
问题 Using a custom form, fields are updated on a newly created record by an operator. When a new record is created there are fields within that newly created record that are to be updated based on values in another field. For example a field, CustID is updated based on the Primary Key, "PK" as follows: CustID="NW"&Format([PK],"000000") . I can perform this update using an update query however, I would like this update to happen automatically immediately following the creation of the new record. I