Riley Waugh Posted September 5, 2010 Posted September 5, 2010 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?
Recommended Posts
This topic is 5191 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now