Recent content by emmafa

  1. E

    Updates to Attachment doesn't trigger After Update macro

    Ok, after doing some more testing it seems as the attachment field do trigger the update macros but the field in the history table cannot be accessed from the macro since it is of type attachment. So I will change the history field to some other data type, however I still need to read some...
  2. E

    Updates to Attachment doesn't trigger After Update macro

    Hi I want to save all information from a table row into a historyTable when an update is made to it (to be able to view the history of the table). However the table contain one field of data type Attachment and changes to this field doesn't seen to trigger the After Update macro. How do I...
  3. E

    Show column value from lookup field

    I am creating a custom report where that shows values from a specific table. One of the fields in the table is a lookup field, containing two columns (ID and CompanyName from a query). I want to display the name in the report but it shows the ID instead. The data is retreived by an sql-query...
Back
Top Bottom