Re: Access Date/Time
From: Joe Sutphin (joesu_at_belvac.com)
Date: 03/18/04
- Next message: Roger Carlson: "Re: Sorting w/Primary Key"
- Previous message: Allen Browne: "Re: Referential Integrity on relationship with Multiple fields"
- In reply to: Jeff Boyce: "Re: Access Date/Time"
- Next in thread: John Vinson: "Re: Access Date/Time"
- Reply: John Vinson: "Re: Access Date/Time"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Mar 2004 13:19:24 -0500
That's a good tip, but what about records that already exist? I need to know
when they were added.
Joe
-- "Jeff Boyce" <JeffBoyce_IF@msn.com-DISCARD_HYPHEN_TO_END> wrote in message news:%23BqwOsPDEHA.240@tk2msftngp13.phx.gbl... > Joe > > Open the table in design mode. Add a DateCreated (date/time) field. Set > the Default property of that new field to: > > =Now() > > Everytime a new row is added, the DateCreated will be populated. > > -- > Good luck > > Jeff Boyce > <Access MVP> >
- Next message: Roger Carlson: "Re: Sorting w/Primary Key"
- Previous message: Allen Browne: "Re: Referential Integrity on relationship with Multiple fields"
- In reply to: Jeff Boyce: "Re: Access Date/Time"
- Next in thread: John Vinson: "Re: Access Date/Time"
- Reply: John Vinson: "Re: Access Date/Time"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|