September 5, 201015 yr I have a databese hosted on the internet. It has several tables. Each table has an AUDITLOG field to track certain activity. When working in the database via FM remote everything works as designed (or perhaps I should say as "intended" ) When entering data via browser to IWP, the AUDITLOG field from table 2 is populated with data from Table 1. The AUGITLOG field for Table 1 looks like: Evaluate ( Quote ( Table1_pk_Field & " | " & Get ( AccountName ) & " | " & Get ( CurrentTimeStamp ) & " | " & Get ( ActiveFieldName ) & " | " & Get ( ActiveFieldContents ) & "¶" & _AuditLog ); [Table1_pk_Field; Table1_field2; Table1_field3 ]) The AUDITLOG Field for Table 2 is the same (but with table 2 fields of course). How can changes made in table 1 fields appear in table 2's Audit logs? This does not happen when modifying the records via FM Remote, only when using IWP in a browser. Any ideas as to why or how to trap the problem to analyze it? If data can cross tables, how can I trust ANY data?
Create an account or sign in to comment