Page 3 of 3 FirstFirst 123
Results 31 to 36 of 36
  1. #31
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    I just noticed the Contador field is text type. Count is a number value.



    You want to show just the count or the full records from audit table?

    To show just the count, can use DCount function in a textbox on form that will count the audit records. If you want to view the records, use code in some event to open a form filtered to the related records. You want the form locked up so users can't change the entries. Allowing changes would defeat purpose of an audit trail. If you need help with problems you encounter for this new effort, start a new post and we can show this one as solved.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  2. #32
    fabiobarreto10 is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Dec 2011
    Posts
    169
    Perfect, I thought I had no difference, because text can store numbers, but I'll change.
    For example, when you click on the subform on top of the rescheduled date of a particular step, I can visualize in a text box, the history of who changed, time and date, and all historical values​​. I just need to see in the text box field history rescheduled date, others are not needed. Yes, and only to view, can not be edited. I'll post a new topic. I could not identify where in March the threads as solved. I mark this as much as before.

  3. #33
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Using textbox would require concatenation of fields from multiple records. Need VBA code. I often use a locked listbox to display records for information only. The RowSource would be SQL that queries the audit table with filter criteria of the step ID from the current record on form.

    Yes, the text field will take the number value but the data will be treated as text for purposes of search and filter. Which means in an alpha short 10 will sort before 2.

    The Thread Tools dropdown at top of thread has option to set thread as solved.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #34
    fabiobarreto10 is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Dec 2011
    Posts
    169
    June7,
    I marked all my posts as solved.
    In this case, the list box. Not many columns to display in a list box?
    Can I put this message in a new topic I created?

  5. #35
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    I am now responding in your new thread.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #36
    fabiobarreto10 is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Dec 2011
    Posts
    169
    Ok. Tanks!

Page 3 of 3 FirstFirst 123
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Historical data
    By Accessgrasshopper in forum Access
    Replies: 0
    Last Post: 02-28-2011, 06:39 PM
  2. Replies: 3
    Last Post: 02-04-2011, 07:32 AM
  3. Replies: 1
    Last Post: 12-09-2010, 08:29 AM
  4. Mixed dates - show only complete dates?
    By weeblesue in forum Queries
    Replies: 3
    Last Post: 10-27-2010, 02:15 PM
  5. Query using historical table
    By kwilliams5675 in forum Queries
    Replies: 1
    Last Post: 10-05-2010, 03:23 PM

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