M
Mike B
My problem is trying to figure out if this can be done and if so code or
macro to run automatically daily.
I use 5 tables in a SQL database. I can't link these table because when I
run my queries it slows down the entire system. So to get around this I
just imported the 5 tables into my Access database. The only problem is
these table are up-dated weekly so I need to up-date my table weekly. I can
do this manually but would rather automate it.
Is there a way to create code that will run and just import the specific
tables I need from SQL database.
Here is the sql specifics,
Server - PartsRelease
Login - buck
Password - passing
Tables needed - dbo_tblparts1, dbo_tblparts2, dbo_tblparts3, dbo_tblparts4,
and dbo_tblparts5.
Once I get them imported to Access, I want to overwrite to old same named
tables with the newly imported tables.
Is it possible to do this and how.
Thanks in advance for all who help.
Mike
macro to run automatically daily.
I use 5 tables in a SQL database. I can't link these table because when I
run my queries it slows down the entire system. So to get around this I
just imported the 5 tables into my Access database. The only problem is
these table are up-dated weekly so I need to up-date my table weekly. I can
do this manually but would rather automate it.
Is there a way to create code that will run and just import the specific
tables I need from SQL database.
Here is the sql specifics,
Server - PartsRelease
Login - buck
Password - passing
Tables needed - dbo_tblparts1, dbo_tblparts2, dbo_tblparts3, dbo_tblparts4,
and dbo_tblparts5.
Once I get them imported to Access, I want to overwrite to old same named
tables with the newly imported tables.
Is it possible to do this and how.
Thanks in advance for all who help.
Mike