15bf8 Re: need date/time stamp on each line in memo field
Sign Up |  Live StatsLive Stats    Articles 37,330| Comments 177,256| Members 19,412, Newest shiwani| Online 460
Home Contact
 (Forgotten?): 
    Sikhism
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags
Sikh Philosophy Network » Sikh Philosophy Network » Current News » Information Technology » Re: need date/time stamp on each line in memo field

Re: need date/time stamp on each line in memo field

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 115 USD (23%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
How do you make a date / time stamp while starting a new entry? Shawn Information Technology 9 28-Jul-2006 08:30 AM
Is it possible to time stamp a field and current user? JDJones Information Technology 2 28-Jul-2006 08:27 AM
How do I extract the AM/PM from a time date stamp? k Information Technology 3 28-Jul-2006 08:12 AM
Re: sql update only time portion of Date field welyakim@gmail.com Information Technology 0 28-Jul-2006 08:01 AM
Possible to archive tables in Access with Date/Time stamp? Ed Information Technology 1 11-Nov-2005 20:08 PM


Tags
date or time, datetime, each, field, line, memo, stamp
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:18 AM
Maly's Avatar Maly
Guest
 
Posts: n/a
   
   
Re: need date/time stamp on each line in memo field

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Allen, I have followed these instructions as I had the same issue. It was all
a great help, but now I need just a little more guidance. What can I do to
make sure that the record (it its entirety) is locked once data is entered?
i.e. after I enter the memo and tab to the next record, I want the previous
record locked (even if only on the form, but preferably on the query and/or
table as well)


"Allen Browne" wrote:

> Open the subform in design view.
> Open the Properties box (View menu).
> While looking at the properties of the Form (not a text box), on the Format
> tab, set the Default View to one of these:
> Continuous Form
> Datasheet.
> It will then show one record per row.
> --
> Allen Browne - Microsoft MVP. Perth, Western Australia.
> Tips for Access users - http://allenbrowne.com/tips.html
> Reply to group, rather than allenbrowne at mvps dot org.
>
> "Fatboymedic" wrote in message
> news:F7EFBC0D-11F8-4D31-8FAE-131829FE174D@microsoft.com...
> > thank you so much, Allen
> >
> > one last bit.. can i display all the values, date/time + note, for each
> > record, in a text box? I have successfully created the new table, with an
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/11069-re-need-date-time-stamp-each.html
> > ID,
> > date, and note field,linked by ID, so each entry is associated with the
> > main
> > record, and i made a text box, with the "=[subfrm date/time
> > notes].Form!date
> > & " " & [subfrm date/time notes].Form!note" control.. but it only gives
> > the
> > data from the selected entry on the subform... i want to see ALL entries
> > for
> > the record - i will need this for the report i create as well....
> >
> > "Allen Browne" wrote:
> >
> >> Yes, typically the interface would be a main form for whatever you are
> >> making notes on, with a subform to show the many notes (one per line.)
> >>
> >> "Fatboymedic" wrote in message
> >> news:15FA02D1-45E8-4B1B-B952-63E50D2EF7F5@microsoft.com...
> >> >I think i get it...
> >> > the memo field is set up on the form to be a scrolling record of notes
> >> > added
> >> > (its a simple dispatching database), and displays on the form itself,
> >> > and
> >> > on
> >> > a report. If I set up a related table, I assume I would need a control
> >> > (ie
> >> > button) and an unbound display field, with the info concatenated? I
> >> > will
> >> > not
> >> > need to search for the updated notes, thats why i just wanted to have
> >> > it
> >> > stamp the memo field entries
> >> >
> >> > Thank You!!
> >> >
> >> > "Allen Browne" wrote:
> >> >
> >> >> It would be possible to use the KeyDown or Change events of the
> >> >> control
> >> >> to
> >> >> trap the Enter key, and replace it with the previous characters &
> >> >> Now() &
> >> >> the subsequent characters, using SelStart, SelLength, Len() and so on.
> >> >>
> >> >> However, if each line is intended to be dated, a better solution would
> >> >> be
> >> >> to
> >> >> create a related table of notations instead of trying to force all of
> >> >> this
> >> >> data into a single memo field, and still not be able to search on the
> >> >> dates,
> >> >> or manipulate their order, etc.
> >> >>
> >> >> Create a related table with a date field and a memo field. Set the
> >> >> Default
> >> >> Value of the date/time field to:
> >> >> =Now()
> >> >> and it will automatically populate whenever someone adds a new comment
> >> >> row
> >> >> to the related table.
> >> >>
> >> >> "Fatboymedic" wrote in message
> >> >> news:7192830A-189A-47E7-BD94-0FA47A41A467@microsoft.com...
> >> >> >I have a memo field, which needs to have a date/time stamp appended
> >> >> >to
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11069
> >> >> >the
> >> >> > end of each line, when the enter key is pressed
> >> >> >
> >> >> > ie: test line 1 0101 09/05/05
> >> >> > test line 2 0150 09/05/05

>
>
>





Got anything to share on This Topic? Why not share your immediate thoughts/reaction with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:18 AM
strive4peace's Avatar strive4peace
Guest
 
Posts: n/a
   
   
Re: need date/time stamp on each line in memo field

  Donate Today!  
Hi Maly,

put this on the form OnCurrent event for the form with your
memo field:

'~~~~~~~~~~~~~~~~~~~
me.AllowEdits = _
IIF(isnull(me.memo_controlname), true,false)
'~~~~~~~~~~~~~~~~~~~

Warm Regards,
Crystal
Microsoft Access MVP 2006
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11069

*
Have an awesome day

remote programming and training
strive4peace2006 at yahoo.com

*

Maly wrote:
> Allen, I have followed these instructions as I had the same issue. It was all
> a great help, but now I need just a little more guidance. What can I do to
> make sure that the record (it its entirety) is locked once data is entered?
> i.e. after I enter the memo and tab to the next record, I want the previous
> record locked (even if only on the form, but preferably on the query and/or
> table as well)
>
>
> "Allen Browne" wrote:
>
>
>>Open the subform in design view.
>>Open the Properties box (View menu).
>>While looking at the properties of the Form (not a text box), on the Format
>>tab, set the Default View to one of these:
>> Continuous Form
>> Datasheet.
>>It will then show one record per row.
>>--
>>Allen Browne - Microsoft MVP. Perth, Western Australia.
>>Tips for Access users - http://allenbrowne.com/tips.html
>>Reply to group, rather than allenbrowne at mvps dot org.
>>
>>"Fatboymedic" wrote in message
>>news:F7EFBC0D-11F8-4D31-8FAE-131829FE174D@microsoft.com...
>>
>>>thank you so much, Allen
>>>
>>>one last bit.. can i display all the values, date/time + note, for each
>>>record, in a text box? I have successfully created the new table, with an
>>>ID,
>>>date, and note field,linked by ID, so each entry is associated with the
>>>main
>>>record, and i made a text box, with the "=[subfrm date/time
>>>notes].Form!date
>>>& " " & [subfrm date/time notes].Form!note" control.. but it only gives
>>>the
>>>data from the selected entry on the subform... i want to see ALL entries
>>>for
>>>the record - i will need this for the report i create as well....
>>>
>>>"Allen Browne" wrote:
>>>
>>>
>>>>Yes, typically the interface would be a main form for whatever you are
>>>>making notes on, with a subform to show the many notes (one per line.)
>>>>
>>>>"Fatboymedic" wrote in message
>>>>news:15FA02D1-45E8-4B1B-B952-63E50D2EF7F5@microsoft.com...
>>>>
>>>>>I think i get it...
>>>>>the memo field is set up on the form to be a scrolling record of notes
>>>>>added
>>>>>(its a simple dispatching database), and displays on the form itself,
>>>>>and
>>>>>on
>>>>>a report. If I set up a related table, I assume I would need a control
>>>>>(ie
>>>>>button) and an unbound display field, with the info concatenated? I
>>>>>will
>>>>>not
>>>>>need to search for the updated notes, thats why i just wanted to have
>>>>>it
>>>>>stamp the memo field entries
>>>>>
>>>>>Thank You!!
>>>>>
>>>>>"Allen Browne" wrote:
>>>>>
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11069
>>>>>
>>>>>>It would be possible to use the KeyDown or Change events of the
>>>>>>control
>>>>>>to
>>>>>>trap the Enter key, and replace it with the previous characters &
>>>>>>Now() &
>>>>>>the subsequent characters, using SelStart, SelLength, Len() and so on.
>>>>>>
>>>>>>However, if each line is intended to be dated, a better solution would
>>>>>>be
>>>>>>to
>>>>>>create a related table of notations instead of trying to force all of
>>>>>>this
>>>>>>data into a single memo field, and still not be able to search on the
>>>>>>dates,
>>>>>>or manipulate their order, etc.
>>>>>>
>>>>>>Create a related table with a date field and a memo field. Set the
>>>>>>Default
>>>>>>Value of the date/time field to:
>>>>>> =Now()
>>>>>>and it will automatically populate whenever someone adds a new comment
>>>>>>row
>>>>>>to the related table.
>>>>>>
>>>>>>"Fatboymedic" wrote in message
>>>>>>news:7192830A-189A-47E7-BD94-0FA47A41A467@microsoft.com...
>>>>>>
>>>>>>>I have a memo field, which needs to have a date/time stamp appended
>>>>>>>to
>>>>>>>the
>>>>>>>end of each line, when the enter key is pressed
>>>>>>>
>>>>>>>ie: test line 1 0101 09/05/05
>>>>>>> test line 2 0150 09/05/05

>>
>>
>>

Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
Panjabi
Today 12:50 PM
13 Replies, 265 Views
Occultism - Rejection in...
Today 11:05 AM
56 Replies, 2,564 Views
Do you believe in...
Today 10:22 AM
195 Replies, 4,054 Views
Black Sikhs?
Today 06:33 AM
20 Replies, 5,769 Views
Man Driving Without...
Today 05:06 AM
5 Replies, 123 Views
Request for assistance...
Today 04:24 AM
8 Replies, 80 Views
Losing My Religion: Why...
Today 03:03 AM
13 Replies, 329 Views
Health Exercise And...
Today 02:10 AM
1 Replies, 81 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 02:10 AM
176 Replies, 4,507 Views
How Religions Change...
Today 02:07 AM
1 Replies, 100 Views
Keeping Amrit Vela
Today 01:57 AM
11 Replies, 893 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 01:52 AM
313 Replies, 7,586 Views
How does Sikhi help you...
Yesterday 22:54 PM
22 Replies, 895 Views
Parkash Guru Amar Das ji...
Yesterday 17:07 PM
3 Replies, 71 Views
Serious challenges to...
Yesterday 16:49 PM
0 Replies, 126 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 12:52 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.84360 seconds with 32 queries
0