What does this mean? : Microsoft ODBC Access Driver Too few parameters Expected 1

Bill_Biggs

Well-known Member
Joined
Feb 6, 2007
Messages
1,216
I have had this message pop up on a workbook that has been running flawlessly for monthe. The table goes to an Access book and queries a table and imports the reuslts. And suddenly today I am getting this message. Does anyone know what it means?

[Microsoft] [ODBC Access Driver] Too few parameters: Expected 1

:eek:
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi,

Basically, there is one field name that wasn't found. This could occur if the Access table has had a field deleted or renamed.

Such as, the Excel (query) table, or whatever, is looking for fields in the Access table of One, Two & Three. When these fields exist in the Access table, all is good. If field Three is deleted, or maybe renamed to NewThree, the Excel table's query is looking for One, Two & Three but only finding One & Two.

OR, maybe the SQL used by the Excel file has been changed and there is a field name used that isn't available. So, it might be like below. HTH, Fazza

SELECT One, Two, Three
FROM table
WHERE Four = 4
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,557
Members
449,088
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top