J
jennyw
Is this possible? I just tried to run this query:
UPDATE payment.date
SET payment.date = DateAdd("yyyy", 100, [Date])
WHERE payment.date between #1/1/1900# and #12/31/1903#
When I try to run this query, it tells me that it can't find
payment.mdb. However, what I'm trying to update is a linked table
called payment (which is in a file payment.db -- Paradox format). Is
it not possible to update Paradox tables from Access?
Thanks!
Jen
UPDATE payment.date
SET payment.date = DateAdd("yyyy", 100, [Date])
WHERE payment.date between #1/1/1900# and #12/31/1903#
When I try to run this query, it tells me that it can't find
payment.mdb. However, what I'm trying to update is a linked table
called payment (which is in a file payment.db -- Paradox format). Is
it not possible to update Paradox tables from Access?
Thanks!
Jen