All,
I've converted the Projects web database to a client desktop version. The web version allows for tracking in the project history table based on the log in ID through the internet. The editor is not tracked on the client version.
I'd like to add a field in the table "Project History" which tracks the user who made the changes.
From what I can gather, the Login form sets a temporary variable and doesn't store it anywhere. How can I store the tmpUserID to track changes in the project history table?
I've converted the Projects web database to a client desktop version. The web version allows for tracking in the project history table based on the log in ID through the internet. The editor is not tracked on the client version.
I'd like to add a field in the table "Project History" which tracks the user who made the changes.
From what I can gather, the Login form sets a temporary variable and doesn't store it anywhere. How can I store the tmpUserID to track changes in the project history table?