Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Re: time stamp

    Good Luck!

    There is no way that I can conceive of in Access to link _part_ _of_
    an entry in a field with another field or record in the way that you
    would have to. I would have a separate Table for "Corrective Actions"
    linked to your primary Table and with fields for the descriptive entry
    and a date stamp (the latter defaulting to Date()). This table would
    acquire a new record for each new "Corrective Action" entry, giving
    you a full audit trail. It needn't look very different to what you
    proposed - the new Table would appear in datasheet view in a subform
    on your main form.

    On Wed, 23 Jul 2003 08:34:03 -0700, "Marc" <marc.bellanca@lmco.com>
    wrote:
    >I am looking to place a time stamp on an entry in a
    >certain field. This is what I have. I have a field
    >called corrective action. In this field a number of
    >different entries will be added. Is there a possible way
    >to add some type of coding or anything that will show when
    >the data was added when you place the cursor over the
    >text. For example
    >
    >1) the dwg was sent to release.
    >
    >When you place the cursor over the line a window would pop
    >up showing when the above line was added. Then you add a
    >second and third etc. Each entry would have its own
    >date. I want to be able to keep the old dates so that I
    >can reference them when needed.


    ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
    [url]http://www.newsfeed.com[/url] The #1 Newsgroup Service in the World! >100,000 Newsgroups
    ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
    Peter R. Fletcher Guest

  2. Similar Questions and Discussions

    1. Date and Time stamp on photo: how to remove
      I took some pictures in Europe this summer with my Coolpix 3100 and for about 20 of them had the date and time stamp turned on (printed in Orange)....
    2. fms core backwards time stamp
      I am getting constant errors regarding 'backward timestamps' that crash fms core. I have seen the thread that suggests disabling time synchs as a...
    3. Time/Date Stamp on Note
      Is there a way to turn off the time/date stamp on the Notes feature in Acrobat 5.0?
    4. Time Stamp on a record
      I have a subform within a form. When a user creates a new record in the subform, I would like to have the date/time automatically stamped on that...
    5. Date and Time stamp
      Without knowing what code/expressions/setup you're using, I would guess that the references on the Win 95 PCs are missing some library. Open up...
  3. #2

    Default Re: time stamp

    Would I then be able to bring all the entries into one
    field and have them line up in order so that when it is
    read the field would like one paragraph instead of a bunch
    of little statements.
    >-----Original Message-----
    >Good Luck!
    >
    >There is no way that I can conceive of in Access to link
    _part_ _of_
    >an entry in a field with another field or record in the
    way that you
    >would have to. I would have a separate Table
    for "Corrective Actions"
    >linked to your primary Table and with fields for the
    descriptive entry
    >and a date stamp (the latter defaulting to Date()). This
    table would
    >acquire a new record for each new "Corrective Action"
    entry, giving
    >you a full audit trail. It needn't look very different to
    what you
    >proposed - the new Table would appear in datasheet view
    in a subform
    >on your main form.
    >
    >On Wed, 23 Jul 2003 08:34:03 -0700, "Marc"
    <marc.bellanca@lmco.com>
    >wrote:
    >
    >>I am looking to place a time stamp on an entry in a
    >>certain field. This is what I have. I have a field
    >>called corrective action. In this field a number of
    >>different entries will be added. Is there a possible
    way
    >>to add some type of coding or anything that will show
    when
    >>the data was added when you place the cursor over the
    >>text. For example
    >>
    >>1) the dwg was sent to release.
    >>
    >>When you place the cursor over the line a window would
    pop
    >>up showing when the above line was added. Then you add
    a
    >>second and third etc. Each entry would have its own
    >>date. I want to be able to keep the old dates so that I
    >>can reference them when needed.
    >
    >
    >
    >----== Posted via Newsfeed.Com - Unlimited-Uncensored-
    Secure Usenet News==----
    >[url]http://www.newsfeed.com[/url] The #1 Newsgroup Service in the
    World! >100,000 Newsgroups
    >---= 19 East/West-Coast Specialized Servers - Total
    Privacy via Encryption =---
    >.
    >
    marc Guest

  4. #3

    Default Re: time stamp

    Only with quite a lot of coding, and you would lose (for that form)
    the linkage from each individual statements to its datestamp. You
    would have to write code to concatenate all the entries for each
    original record and call that to create a calculated field in a query
    from which you would populate the form. Why are you so set on this
    very specific and restrictive way of presenting the information?


    On Wed, 23 Jul 2003 10:05:37 -0700, "marc" <marc.bellanca@lmco.com>
    wrote:
    >Would I then be able to bring all the entries into one
    >field and have them line up in order so that when it is
    >read the field would like one paragraph instead of a bunch
    >of little statements.
    >
    >>-----Original Message-----
    >>Good Luck!
    >>
    >>There is no way that I can conceive of in Access to link
    >_part_ _of_
    >>an entry in a field with another field or record in the
    >way that you
    >>would have to. I would have a separate Table
    >for "Corrective Actions"
    >>linked to your primary Table and with fields for the
    >descriptive entry
    >>and a date stamp (the latter defaulting to Date()). This
    >table would
    >>acquire a new record for each new "Corrective Action"
    >entry, giving
    >>you a full audit trail. It needn't look very different to
    >what you
    >>proposed - the new Table would appear in datasheet view
    >in a subform
    >>on your main form.
    >>
    >>On Wed, 23 Jul 2003 08:34:03 -0700, "Marc"
    ><marc.bellanca@lmco.com>
    >>wrote:
    >>
    >>>I am looking to place a time stamp on an entry in a
    >>>certain field. This is what I have. I have a field
    >>>called corrective action. In this field a number of
    >>>different entries will be added. Is there a possible
    >way
    >>>to add some type of coding or anything that will show
    >when
    >>>the data was added when you place the cursor over the
    >>>text. For example
    >>>
    >>>1) the dwg was sent to release.
    >>>
    >>>When you place the cursor over the line a window would
    >pop
    >>>up showing when the above line was added. Then you add
    >a
    >>>second and third etc. Each entry would have its own
    >>>date. I want to be able to keep the old dates so that I
    >>>can reference them when needed.
    >>
    >>
    >>
    >>----== Posted via Newsfeed.Com - Unlimited-Uncensored-
    >Secure Usenet News==----
    >>[url]http://www.newsfeed.com[/url] The #1 Newsgroup Service in the
    >World! >100,000 Newsgroups
    >>---= 19 East/West-Coast Specialized Servers - Total
    >Privacy via Encryption =---
    >>.
    >>


    ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
    [url]http://www.newsfeed.com[/url] The #1 Newsgroup Service in the World! >100,000 Newsgroups
    ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
    Peter R. Fletcher Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139