G
Guest
Ok... UNCLE.... I am not finding my answer in MSAccess help (go figure) and i
have searched google and here w/o any luck. So i'll just post my question...
I have an Access module/sub where i have basically the following...
CodeDb.Execute "MyQuery"
MyQuery is a create table query and I am getting the following error...
Too few parameters. Expected 1.
My guess is that the query is wanting an overwrite option but the only
option value that i have been able to find is dbSeeChanges.
QUESTION... what are the option values for CodeDb.Execute?
Thank you for your time
have searched google and here w/o any luck. So i'll just post my question...
I have an Access module/sub where i have basically the following...
CodeDb.Execute "MyQuery"
MyQuery is a create table query and I am getting the following error...
Too few parameters. Expected 1.
My guess is that the query is wanting an overwrite option but the only
option value that i have been able to find is dbSeeChanges.
QUESTION... what are the option values for CodeDb.Execute?
Thank you for your time