Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to run an action query to make a table with data from another
database, using VBA is it possible to do this as I keep getting an error?. TIA Charles |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You should be able to use any SQL statement supported by your database/ODBC
driver, and that usually includes action queries. But keep in mind your database login (user ID, password) needs to be Admin level or at least have permission to modify the db structure if you want to do a make table query. Beyond that cannot comment without seeing your code and knowing what the error message is and where it occurs. -- - K Dales "vqthomf" wrote: I need to run an action query to make a table with data from another database, using VBA is it possible to do this as I keep getting an error?. TIA Charles |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excell copy action pauses for 15 second for the smallest action | Excel Discussion (Misc queries) | |||
Are the letters IA used for an action in Excel? | Excel Worksheet Functions | |||
how do I add action buttons in excel | Excel Worksheet Functions | |||
Action in Outlook causes 100% CPU in Excel | Excel Discussion (Misc queries) | |||
Microsoft Excel and OLE action | Excel Programming |