1ad1e Determining When Table last had data entered
Sign Up |  Live StatsLive Stats    Articles 37,327| Comments 177,211| Members 19,408, Newest ssarabjeet61| Online 527
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 » Determining When Table last had data entered

Determining When Table last had data entered

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 can I hide previously entered data jlan Information Technology 4 28-Jul-2006 08:41 AM
limit the number of rows of data that can be entered in a memo form Harold Good Information Technology 5 28-Jul-2006 08:23 AM
Determining data type of imported data JoeA2006 Information Technology 1 28-Jul-2006 08:23 AM
Determining Table Length in Visual Basic j Information Technology 4 28-Jul-2006 08:21 AM
Fill in table info based on # entered into specific field equuscycle Information Technology 4 19-Nov-2005 22:00 PM


Tags
determining, table, last, had, data, entered
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:01 AM
Gary Townsend \(Spatial Mapping Ltd.\)'s Avatar Gary Townsend \(Spatial Mapping Ltd.\)
Guest
 
Posts: n/a
   
   
Determining When Table last had data entered

  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
Is there a property of the table or a way to determine when data was last
entered into a table?

Thanks
Gary Townsend
Spatial Mapping Ltd.

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/9361-determining-when-table-last-had-data.html


*







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:01 AM
Gary Townsend \(Spatial Mapping Ltd.\)'s Avatar Gary Townsend \(Spatial Mapping Ltd.\)
Guest
 
Posts: n/a
   
   
Re: Determining When Table last had data entered

Well i think i found my answer i just had to change my search parameters. I
guess teh short answer is not unless i put in a field equivalent to a
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361
timestamp.

Gary Townsend
Spatial Mapping Ltd.
"Gary Townsend (Spatial Mapping Ltd.)"
wrote in message news:c7t8g.5730$zn1.2829@clgrps13...
> Is there a property of the table or a way to determine when data was last
> entered into a table?
>
> Thanks
> Gary Townsend
> Spatial Mapping Ltd.
>
>



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:01 AM
strive4peace's Avatar strive4peace
Guest
 
Posts: n/a
   
   
Re: Determining When Table last had data entered

Hi Gary,

Add these 2 fields to all your tables (I make them the last
2 fields.

DateCreated, date, DefaultValue = Now()
DateModified, date -- update on the form BeforeUpdate event

the best way to use the DateCreated field is to set a
default value of
=Now()
in the table design.

For Date Modified, make sure it is on your form (I put it in
the form footer and LOCK it). Then, use the Form
BeforeUpdate event to set the value

me.DateModified = now()

This will record when records were created and modified --
then you can write a program to search these fields of your
tables and return the tablename whose record was last changed.

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

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day


Gary Townsend (Spatial Mapping Ltd.) wrote:
> Is there a property of the table or a way to determine when data was last
> entered into a table?
>
> Thanks
> Gary Townsend
> Spatial Mapping Ltd.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361
>
>

Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:01 AM
Gary Townsend \(Spatial Mapping Ltd.\)'s Avatar Gary Townsend \(Spatial Mapping Ltd.\)
Guest
 
Posts: n/a
   
   
Re: Determining When Table last had data entered

Thanks never thought of using the default value that way.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361

Gary Townsend

"strive4peace" wrote in message
news:uryL2xHdGHA.3352@TK2MSFTNGP03.phx.gbl...
> Hi Gary,
>
> Add these 2 fields to all your tables (I make them the last
> 2 fields.
>
> DateCreated, date, DefaultValue = Now()
> DateModified, date -- update on the form BeforeUpdate event
>
> the best way to use the DateCreated field is to set a
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361
> default value of
> =Now()
> in the table design.
>
> For Date Modified, make sure it is on your form (I put it in
> the form footer and LOCK it). Then, use the Form
> BeforeUpdate event to set the value
>
> me.DateModified = now()
>
> This will record when records were created and modified --
> then you can write a program to search these fields of your
> tables and return the tablename whose record was last changed.
>
> Warm Regards,
> Crystal
> MVP Microsoft Access
>
> remote programming and training
> strive4peace2006 at yahoo.com
> *
> Have an awesome day
>
>
> Gary Townsend (Spatial Mapping Ltd.) wrote:
> > Is there a property of the table or a way to determine when data was

last
> > entered into a table?
> >
> > Thanks
> > Gary Townsend
> > Spatial Mapping Ltd.
> >
> >



Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:02 AM
(PeteCresswell)'s Avatar (PeteCresswell)
Guest
 
Posts: n/a
   
   
Re: Determining When Table last had data entered

Per Gary Townsend (Spatial Mapping Ltd.):
>Is there a property of the table or a way to determine when data was last
>entered into a table?


I think you came up with it already.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361

I almost always have four fields at the bottom each tables field list:

CreatedAt [TimeStamp ]
CreatedBy [LAN UserID]
UpdatedAt
UpdatedBy
--
PeteCresswell
Reply With Quote
  #6 (permalink)  
Old 28-Jul-2006, 08:02 AM
John Vinson's Avatar John Vinson
Guest
 
Posts: n/a
   
   
Re: Determining When Table last had data entered

On Wed, 10 May 2006 21:42:32 GMT, "Gary Townsend \(Spatial Mapping
Ltd.\)" wrote:
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361

>Is there a property of the table or a way to determine when data was last
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361
>entered into a table?


Not unless you put it there. Access does not record that information.

John W. Vinson[MVP]
Reply With Quote
  #7 (permalink)  
Old 28-Jul-2006, 08:02 AM
strive4peace's Avatar strive4peace
Guest
 
Posts: n/a
   
   
Re: Determining When Table last had data entered

  Donate Today!  
you're welcome, Gary happy to help
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361

Warm Regards,
Crystal
MVP Microsoft Access

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day


Gary Townsend (Spatial Mapping Ltd.) wrote:
> Thanks never thought of using the default value that way.
>
> Gary Townsend
>
> "strive4peace" wrote in message
> news:uryL2xHdGHA.3352@TK2MSFTNGP03.phx.gbl...
>
>>Hi Gary,
>>
>>Add these 2 fields to all your tables (I make them the last
>>2 fields.
>>
>>DateCreated, date, DefaultValue = Now()
>>DateModified, date -- update on the form BeforeUpdate event
>>
>>the best way to use the DateCreated field is to set a
>>default value of
>>=Now()
>>in the table design.
>>
>>For Date Modified, make sure it is on your form (I put it in
>>the form footer and LOCK it). Then, use the Form
>>BeforeUpdate event to set the value
>>
>>me.DateModified = now()
>>
>>This will record when records were created and modified --
>>then you can write a program to search these fields of your
>>tables and return the tablename whose record was last changed.
>>
>>Warm Regards,
>>Crystal
>>MVP Microsoft Access
>>
>> remote programming and training
>> strive4peace2006 at yahoo.com
>> *
>> Have an awesome day
>>
>>
>>Gary Townsend (Spatial Mapping Ltd.) wrote:
>>
>>>Is there a property of the table or a way to determine when data was

>
> last
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361
>
>>>entered into a table?
>>>
>>>Thanks
>>>Gary Townsend
>>>Spatial Mapping Ltd.
>>>
>>>

>
>
>

Reply With Quote
  #8 (permalink)  
Old 28-Jul-2006, 08:02 AM
strive4peace's Avatar strive4peace
Guest
 
Posts: n/a
   
   
Re: Determining When Table last had data entered

Thanks, Pete

sometimes I add CreatedBy and ModifiedBy ... I like your
shorter names

Warm Regards,
Crystal
MVP Microsoft Access

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361


(PeteCresswell) wrote:
> Per Gary Townsend (Spatial Mapping Ltd.):
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361
>
>>Is there a property of the table or a way to determine when data was last
>>entered into a table?

>
>
> I think you came up with it already.
>
> I almost always have four fields at the bottom each tables field list:
>
> CreatedAt [TimeStamp ]
> CreatedBy [LAN UserID]
> UpdatedAt
> UpdatedBy

Reply With Quote
  #9 (permalink)  
Old 28-Jul-2006, 08:02 AM
strive4peace's Avatar strive4peace
Guest
 
Posts: n/a
   
   
Re: Determining When Table last had data entered

Hi John,

nice, concise answer

Warm Regards,
Crystal
MVP Microsoft Access

remote programming and training
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361
strive4peace2006 at yahoo.com
*
Have an awesome day


John Vinson wrote:
> On Wed, 10 May 2006 21:42:32 GMT, "Gary Townsend \(Spatial Mapping
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9361
> Ltd.\)" wrote:
>
>
>>Is there a property of the table or a way to determine when data was last
>>entered into a table?

>
>
> Not unless you put it there. Access does not record that information.
>
> John W. Vinson[MVP]

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
Parkash Guru Amar Das ji...
Today 17:07 PM
3 Replies, 4 Views
Do you believe in...
Today 17:02 PM
187 Replies, 3,930 Views
Serious challenges to...
Today 16:49 PM
0 Replies, 1 Views
Sikh man fights for his...
Today 16:46 PM
0 Replies, 1 Views
Sikhs Rights Group to...
Today 16:44 PM
0 Replies, 1 Views
Haryana Sikh body bans...
Today 16:39 PM
0 Replies, 3 Views
Keeping Amrit Vela
Today 16:04 PM
7 Replies, 805 Views
How does Sikhi help you...
Today 15:00 PM
21 Replies, 847 Views
Health Exercise And...
Today 13:30 PM
0 Replies, 30 Views
SSGS with English...
Today 12:55 PM
9 Replies, 109 Views
Losing My Religion: Why...
Today 11:52 AM
11 Replies, 261 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 01:44 AM
310 Replies, 7,544 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 01:30 AM
174 Replies, 4,457 Views
Dalai Lama’s Lessons for...
Today 00:11 AM
0 Replies, 47 Views
30 Day Amrit Vela -...
Yesterday 23:49 PM
45 Replies, 683 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 17:17 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.47994 seconds with 32 queries
0