R
Razor
Hi,
I have a link to a table in a different db.
When I replace the table that the link points to in the
backend database:
1. What date changes in the pointer to the table?
(Modified? Created?)
In order to phrase my question, I'll refer to this date as
ReplaceDate()
2. Can I use/access this date in a query on the linked
table?
I want to return records where:
ReplaceDate() minus [Somefield] <=60
If no date gets updated when the table that is pointed to
gets replaced, I guess I could use
Now()-[Somefield]<=60
but I really want to base it off the date the table is
replaced.
Thanks,
Razor
I have a link to a table in a different db.
When I replace the table that the link points to in the
backend database:
1. What date changes in the pointer to the table?
(Modified? Created?)
In order to phrase my question, I'll refer to this date as
ReplaceDate()
2. Can I use/access this date in a query on the linked
table?
I want to return records where:
ReplaceDate() minus [Somefield] <=60
If no date gets updated when the table that is pointed to
gets replaced, I guess I could use
Now()-[Somefield]<=60
but I really want to base it off the date the table is
replaced.
Thanks,
Razor