Import Data only From Another Access DB

V

Vambo

I want to refresh the data on a table in the current db from a table in
another db without linking or importing the tables, can this be done ?

(need to do it this way as it will be run using the Runtime which doesn't
allow deletion of tables when they're finished with)

Thanks

V
 
V

Van T. Dinh

Check the reserved word "In" ( for In clause, not In operator) in the JET
SQL Reference section of Access Help.
 
Top