Re: Capture of First Use Date
From: Tony Uythoven (Tony_at_TonyUythoven.com)
Date: 02/15/05
- Next message: Robert Nusz _at_ DPS: "Current Record Count, Previous Record #, Add New Record"
- Previous message: Raji: "Popup Form"
- In reply to: Chris Reveille: "Capture of First Use Date"
- Next in thread: Brendan Reynolds: "Re: Capture of First Use Date"
- Reply: Brendan Reynolds: "Re: Capture of First Use Date"
- Reply: Jeff Conrad: "Re: Capture of First Use Date"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Feb 2005 15:29:40 -0500
The key question I have is: How do you capture the date that the database
was opened the first time and then store this date in the database for
future usage?
Tony
"Chris Reveille" <anonymous@discussions.microsoft.com> wrote in message
news:017901c512df$f6e16220$a601280a@phx.gbl...
> Where do you want to store it? If on your network create a
> table with computer name, UserId and date opened. Index
> all three fields with no duplicates. When opening the form
> on the remote pc's check to see if that machine has been
> entered in the table. if not, run an append query for that
> computername userid and date opened.
>
> Chris
>
> >-----Original Message-----
> >I am distributing my application and it is important to me
> to capture and
> >store the date the program is first opened on another
> computer. How can
> >this be done?
> >
> >Thanks,
> >Tony
> >
> >
> >.
> >
- Next message: Robert Nusz _at_ DPS: "Current Record Count, Previous Record #, Add New Record"
- Previous message: Raji: "Popup Form"
- In reply to: Chris Reveille: "Capture of First Use Date"
- Next in thread: Brendan Reynolds: "Re: Capture of First Use Date"
- Reply: Brendan Reynolds: "Re: Capture of First Use Date"
- Reply: Jeff Conrad: "Re: Capture of First Use Date"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|