iworldsatellite wrote:
>
> --- In vbhelp%40yahoogroups.com">vbhelp
yahoogroups.com <mailto:vbhelp%40yahoogroups.com>,
> "Shawn K. Hall" <vb
...> wrote:
> >
> > > i m making multiuser project, in that i want to know last
> modified
> > > date/time of all records in a particular table.
> >
> > The first step would be to add a timestamp field to the table.
> Until you
> > have that a field setup for that type of tracking, no lookup is
> > possible.
> >
> > -Shawn
> >
>
> first of all thanks for showing interest in my problem,
>
> adding timestamp field to the table generates more trouble bcoz at
> every transaction i need to check each records timestamp and it will
> take same time as refresh. i need the just 1 only lastmodified
> date/time which is the date/time when changes occured in any records
> in that particular table. i dont want lastmodified date of each
> records. i have one solution to this problem by adding 1 more table
> that have only 1 field and 1 record that hold the lastmodified
> date/time of customer table's records by saving date/time into that 1
> field/1 record table whenever sm1 changes (Add/delete/modify) to that
> customer's table, but this manual solution can cause problem smtimes
> and if any inbuilt function is thr for my problem it will help alot.
>
> thanx again
>
I don't want to be rude, but am probably going to be. Why not dump
the array altogether and use disconnected recordsets?
Your updates will happen in a flash and you will have no reason to need
the update datatime..... the db engine will look after that for you.
Matt
>
>
>
.