Ask a Question related to Microsoft Access, Design and Development.
-
Peter R. Fletcher #1
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
-
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).... -
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... -
Time/Date Stamp on Note
Is there a way to turn off the time/date stamp on the Notes feature in Acrobat 5.0? -
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... -
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... -
marc #2
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.
_part_ _of_>-----Original Message-----
>Good Luck!
>
>There is no way that I can conceive of in Access to linkway that you>an entry in a field with another field or record in thefor "Corrective Actions">would have to. I would have a separate Tabledescriptive entry>linked to your primary Table and with fields for thetable would>and a date stamp (the latter defaulting to Date()). Thisentry, giving>acquire a new record for each new "Corrective Action"what you>you a full audit trail. It needn't look very different toin a subform>proposed - the new Table would appear in datasheet view<marc.bellanca@lmco.com>>on your main form.
>
>On Wed, 23 Jul 2003 08:34:03 -0700, "Marc"way>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 possiblewhen>>to add some type of coding or anything that will showpop>>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 woulda>>up showing when the above line was added. Then you addSecure Usenet News==---->>>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-World! >100,000 Newsgroups>[url]http://www.newsfeed.com[/url] The #1 Newsgroup Service in thePrivacy via Encryption =--->---= 19 East/West-Coast Specialized Servers - Total>.
>marc Guest
-
Peter R. Fletcher #3
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.
>>_part_ _of_>>-----Original Message-----
>>Good Luck!
>>
>>There is no way that I can conceive of in Access to link>way that you>>an entry in a field with another field or record in the>for "Corrective Actions">>would have to. I would have a separate Table>descriptive entry>>linked to your primary Table and with fields for the>table would>>and a date stamp (the latter defaulting to Date()). This>entry, giving>>acquire a new record for each new "Corrective Action">what you>>you a full audit trail. It needn't look very different to>in a subform>>proposed - the new Table would appear in datasheet view><marc.bellanca@lmco.com>>>on your main form.
>>
>>On Wed, 23 Jul 2003 08:34:03 -0700, "Marc">way>>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>when>>>to add some type of coding or anything that will show>pop>>>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>a>>>up showing when the above line was added. Then you add>Secure Usenet News==---->>>>>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->World! >100,000 Newsgroups>>[url]http://www.newsfeed.com[/url] The #1 Newsgroup Service in the>Privacy via Encryption =--->>---= 19 East/West-Coast Specialized Servers - Total>>.
>>
----== 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



Reply With Quote

