Re: Check if a linked table in the database has been updated/changed
- From: CliffKing <Cliff72@xxxxxxxxx>
- Date: Thu, 13 Dec 2007 06:25:57 -0800 (PST)
On Dec 12, 4:51 pm, "GeoffG" <geof...@xxxxxxxxxxxx> wrote:
Cliff:
Ifyou want to seeif"Ledger.txt"hasbeenmodified since the last time you
ran your macro, then there is a way using VBA (i.e. code in a module).
Do you want a VBA solution?
Geoff
"CliffKing" <Clif...@xxxxxxxxx> wrote in message
news:550c1031-0c9d-4f41-82ce-6737d2569af0@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Is there a way in VBA tocheckifalinkedtablein thedatabasehas
beenupdated?
Example:
I have atable"LedgerTemp" which is a direct link to a text file on
the LAN "Ledger.txt"
This text file is periodically updated (overwritten) through out the
day and night by some mainframe jobs.
Right now I just manually run a macro that just basically appends data
from thelinked"LedgerTemp"tableto a localtable"Ledger"
Is there a way I cancheckto seeifmylinkedtablehaschanged and
ifso trigger my macro that appends the new data?
Thanks
Cliff
Yes Please
.
- Follow-Ups:
- References:
- Prev by Date: Re: Avoid dialog when Microsoft Office Access has encountered a proble
- Next by Date: Re: Avoid dialog when Microsoft Office Access has encountered a proble
- Previous by thread: Re: Check if a linked table in the database has been updated/changed
- Next by thread: Re: Check if a linked table in the database has been updated/changed
- Index(es):
Relevant Pages
|
Loading