Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. codingal

    Insert Primary key value into audit trail table

    Thanks Remou, but how do I correct it and get the primary key's value?
  2. codingal

    Insert Primary key value into audit trail table

    Hi experts, I am trying to implement "audit trail" in my database to track data changed in some subforms and sub-subforms. I need to track the value for the subform prmary key so I will know what row of the subform data was changed. But I am having difficult to get the primary key value into...
  3. codingal

    how to show logged on user is user self

    wow thanks guys, it is now working beautifully. here is the code that works, hope it helps those who want to do the same: If Not IsNull(varItems(y, x)) Then If varItems(y, x) Like "*" & CurrentUser() & "*" Then strReturn = strReturn & Chr$(34) & Left$(varItems(y, x)...
  4. codingal

    how to show logged on user is user self

    I am using a function to populate a listbox to show on a form a list of logged on users. If the user name is current user, I want to show "(You)" next to the user id. Maybe because I am not using the correct delimiters or wildcards, somehow I can't get the "(You)" next to the current users. I...

Part and Inventory Search

Back
Top