R
Ray
I am trying to create an Access dB with tables imported from an Oracle
dB....ultimately the data extracted from the Access dB will be in
Excel and dB4 format
problems:
the linked tables produce multiple rows of the same data....so I
created an imported table for each of the linked tables....I then
created a query that deletes the data out of the impoted tables then
appends the data from the linked tables to the imported ones....the
results were better but still gleans multiple rows
How can I code an expression that will show the first row of data only
and not the additional rows of the replicated data?
Also how do I just refresh/update a linked table without having to
import ALL of the data each time ?
Is there a better way to deal with linked tables?
Thanks in advance for your advice
Ray
dB....ultimately the data extracted from the Access dB will be in
Excel and dB4 format
problems:
the linked tables produce multiple rows of the same data....so I
created an imported table for each of the linked tables....I then
created a query that deletes the data out of the impoted tables then
appends the data from the linked tables to the imported ones....the
results were better but still gleans multiple rows
How can I code an expression that will show the first row of data only
and not the additional rows of the replicated data?
Also how do I just refresh/update a linked table without having to
import ALL of the data each time ?
Is there a better way to deal with linked tables?
Thanks in advance for your advice
Ray