Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
OK, new day and new energy ....
The Action looks pretty good but you will also need to log the name of he table being logged. For example "Orders".
The main direction that you want to access the logs from is from the Record being logged, I will pretend it is the Orders table where you want easy access to the Logs of the changes.
The Low Tech way is to make a Report Link field. A Report Link field just runs a report while sitting on a form and adds an extra filter to the report where a value in a specific field on the Main record matches the the value in a specific field on the target table.
So on the orders table make a field called link Link to Logs with a formula of "Orders-" & [Record ID#].
On the Log file make a field with the formula
& "-" & [Record ID# of table being Logged],
The Action looks pretty good but you will also need to log the name of he table being logged. For example "Orders".
The main direction that you want to access the logs from is from the Record being logged, I will pretend it is the Orders table where you want easy access to the Logs of the changes.
The Low Tech way is to make a Report Link field. A Report Link field just runs a report while sitting on a form and adds an extra filter to the report where a value in a specific field on the Main record matches the the value in a specific field on the target table.
So on the orders table make a field called link Link to Logs with a formula of "Orders-" & [Record ID#].
On the Log file make a field with the formula