bgunthorpe
MIS
Hello. I am tracking data changed in a database by using a macro in the after update of fields that sets values in other fields on the form.
date - working fine
username - working fine
Last field updated - I can only get this to work if I refer to the specific control.
example: [Forms]![frmMaritalStatusCodes]![MaritalStatusDescription].[Name]
Unfortunately I do not want to create a separate macro for all of the text boxes on my forms. Does anyone know how to refer to the name of the specific text box that was just changed without having to write a million macros?
Thanks.
date - working fine
username - working fine
Last field updated - I can only get this to work if I refer to the specific control.
example: [Forms]![frmMaritalStatusCodes]![MaritalStatusDescription].[Name]
Unfortunately I do not want to create a separate macro for all of the text boxes on my forms. Does anyone know how to refer to the name of the specific text box that was just changed without having to write a million macros?
Thanks.