Results 1 to 4 of 4
  1. #1
    David Bratby is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Nov 2015
    Posts
    2

    Comments Box with Username

    Hi,



    I have a form with a combo box with a list of user names, a comments box and a history box.

    I have set the comments box to append and the history box uses

    =ColumnHistory([RecordSource],"Notes","[ID]=" & Nz([ID],0)).

    This displays the history of comments box with a time stamp perfectly.

    What I would like to do is somehow record the the username with the comments.

    Is there a way to do this? or an alternative way of doing it?

    Thanks in advance,

    Dave

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    You could create your own VBA code to store the comments in another table. The Memo field is going t do stuff via intrinsic tools within Access. The intrinsic Tools have limits. I do not believe it will do anything more than what you have discovered. You may be able to use both the intrinsic tool and a separate table. The separate table would manage aspects that the intrinsic tool does not. Or a separate table with VBA code can manage the whole thing.

  3. #3
    NTC is offline VIP
    Windows 7 64bit Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    I can't actually follow your post very well - so this advice may be off key; but what one might do is add a new unbound text field 'Add Comment'

    and have the user enter their comment into this new field - then on a trigger event , such as exit or afterupdate or a command button....write in the unbound Add Comment field into the actual Final Comment field along with the User Name field ......

  4. #4
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 8 Access 2013
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    705

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 14
    Last Post: 08-17-2015, 02:32 AM
  2. Replies: 6
    Last Post: 04-09-2015, 08:57 PM
  3. Comments on Reports
    By John99 in forum Access
    Replies: 1
    Last Post: 11-12-2012, 09:51 AM
  4. Comments History
    By stu in forum Forms
    Replies: 3
    Last Post: 11-15-2011, 06:43 PM
  5. Comments box
    By allykid in forum Forms
    Replies: 1
    Last Post: 07-12-2010, 08:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums